-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
package.json
36 lines (36 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bootstrap-table-examples",
"version": "1.23.5",
"description": "bootstrap-table-examples",
"repository": {
"type": "git",
"url": "https://github.com/wenzhixin/bootstrap-table-examples.git"
},
"author": "wenzhixin <[email protected]> (http://wenzhixin.net.cn/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wenzhixin/bootstrap-table-examples/issues"
},
"homepage": "https://github.com/wenzhixin/bootstrap-table-examples",
"scripts": {
"lint:js": "eslint --ext .html,.js .",
"lint:editor": "editorconfig-checker",
"lint": "run-s lint:*",
"build": "babel utils/natural-sorting/src -d utils/natural-sorting/dist"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"babel-eslint": "^10.0.3",
"editorconfig-checker": "^5.1.8",
"eslint": "^8.57.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-vue": "^9.27.0",
"getopts": "^2.3.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"express": "^4.19.2"
}
}