-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
41
42
43
{
"name": "customhome",
"author": "dingyou",
"version": "1.0.0",
"description": "An awesome project",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "nowa server -p 3000 -e index.js",
"build": "nowa build -e index.js"
},
"homepage": "",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"antd-mobile": "^1.0.5",
"babel-polyfill": "^6.23.0",
"natty-storage": "^1.1.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-keeper": "^2.0.6",
"natty-fetch": "^2.4.5",
"react-router": "^4.1.1",
"unity-api": "^2.0.1",
"refast": "^1.1.0",
"svg-sprite-loader": "^0.3.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-plugin-import": "~1.0.1",
"babel-preset-stage-0": "^6.24.1",
"nowa": "^1",
"nowa-build": "^1",
"nowa-server": "^1.17.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"postcss-pxtorem": "^3.3.1"
}
}