forked from wenzhixin/bootstrap-table-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 940 Bytes
/
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
{
"name": "bootstrap-table-examples",
"version": "1.19.1",
"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": "eslint --ext .html,.js .",
"build": "babel utils/natural-sorting/src -d utils/natural-sorting/dist"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-eslint": "^10.0.3",
"eslint": "^5.10.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-vue": "^5.2.3",
"getopts": "^2.2.3"
},
"dependencies": {
"express": "^4.17.1"
}
}