-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.82 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
59
60
61
62
63
{
"name": "fengdaqing",
"version": "1.0.0",
"description": "react webpack sample",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --progress --colors --open",
"build": "webpack --progress --colors"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.9.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"connected-react-router": "^4.5.0",
"file-loader": "^2.0.0",
"history": "^4.7.2",
"node-sass": "^4.9.3",
"path": "^0.12.7",
"react-dom": "^16.5.2",
"react-intl": "^2.7.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"antd": "^3.10.0",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.0",
"memoize-one": "^4.0.2",
"nzh": "^1.0.3",
"react": "^16.7.0",
"react-app-rewire-less": "^2.1.3",
"react-container-query": "^0.11.0",
"react-contextmenu": "^2.10.0",
"react-copy-to-clipboard": "^5.0.1",
"react-document-title": "^2.0.3",
"react-loadable": "^5.5.0",
"react-redux": "^4.4.5",
"react-router-config": "^4.4.0-beta.6",
"redux": "^3.5.2",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.1"
}
}