-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "hui-ui",
"version": "0.0.33",
"description": "hui-ui",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run pub && webpack",
"pub": "babel lib-src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huiyan-fe/hui-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huiyan-fe/hui-ui/issues"
},
"homepage": "https://github.com/huiyan-fe/hui-ui#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.1",
"node-sass": "^4.5.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"webpack": "^3.4.1"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0"
}
}