-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
60 lines (60 loc) · 1.49 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "san-xui",
"version": "0.2.0",
"main": "lib/index.js",
"library.type": "amd",
"library.ignore": [
"x/demos/**",
"x/showcase",
"x/List",
"x/Aside",
"x/AppExplorer",
"x/SwitchLan"
],
"scripts": {
"start:dev": "webpack-dev-server -d --progress --colors",
"build": "rm -rf output && webpack",
"precommit": "lint-staged",
"prepub": "sh -x scripts/prepub.sh",
"lint:fecs": "fecs --type=js src"
},
"lint-staged": {
"src/**/*.es6": "lint:fecs"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.8",
"file-loader": "^1.1.6",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"jsxobj": "^1.1.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lint-staged": "^6.0.1",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
},
"dependencies": {
"async-validator": "^1.8.2",
"axios": "^0.17.1",
"big.js": "^5.0.3",
"clipboard": "^1.7.1",
"humanize": "0.0.9",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.20.1"
},
"peerDependencies": {
"san": "^3.4.2"
}
}