forked from Derek-Hu/chouj
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
{
"name": "react-create-template",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3005",
"homepage": "/",
"mockServerPort": 3005,
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"express": "^4.14.0",
"git-rev-sync": "^1.8.0",
"html-loader": "^0.4.4",
"image-webpack-loader": "^3.1.0",
"less-loader": "^2.2.3",
"mockjs": "^1.0.1-beta3",
"multer": "^1.2.1",
"node-sass": "^3.8.0",
"node-xlsx": "^0.7.4",
"progress-bar-webpack-plugin": "^1.9.2",
"react-scripts": "0.8.5",
"sass-loader": "^4.1.1",
"webpack-notifier": "^1.5.0"
},
"dependencies": {
"angular": "^1.6.1",
"angular-route": "^1.6.1",
"angular-sanitize": "^1.6.2",
"html2canvas": "^0.5.0-beta4",
"lodash": "^4.17.4",
"normalize.css": "^5.0.0"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"mock": "NODE_ENV=development babel-node mock/index.js",
"test": "node scripts/test.js --env=jsdom",
"eject": "react-scripts eject"
}
}