-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.68 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "reactwebpack",
"version": "1.0.0",
"description": "",
"main": "mock-server.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"test": "webpack-dev-server --history-api-fallback --config webpack.config.js --content-base build/",
"mock-server": "nodemon mock-server.js --watch dist --watch json"
},
"author": "",
"license": "ISC",
"dependencies": {
"antd": "^2.13.10",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.7",
"expose-loader": "^0.7.4",
"express": "^4.16.2",
"express-error-handler": "^1.1.0",
"express-mockjs": "^0.4.8",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"html-loader": "^0.5.1",
"jquery": "^3.2.1",
"morgan": "^1.9.0",
"node-gyp": "^3.6.2",
"node-sass": "^4.7.2",
"normalize-scss": "^7.0.0",
"path": "^0.12.7",
"promise": "^8.0.1",
"prop-types": "^15.6.0",
"proxy-middleware": "^0.15.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-draft-wysiwyg": "^1.12.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-webuploader-ddd": "^1.0.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url": "^0.11.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^2.30.1"
}
}