forked from TsangTszKin/react-form-design
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 2.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "zzj-webpack-sample-project",
"version": "1.0.0",
"description": "这是我的第一个webpack个人搭建",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack",
"server": "cross-env NODE_ENV=development http_env=development webpack-dev-server --open --mode development",
"build": "cross-env NODE_ENV=production http_env=production webpack --config ./webpack.production.config.js --progress --mode production"
},
"main": "main.js",
"dependencies": {
"@antv/data-set": "^0.9.6",
"@antv/g2": "^3.2.7",
"antd": "^3.10.8",
"axios": "^0.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.26.0",
"codemirror": "^5.40.0",
"crypto-js": "^3.1.9-1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"immutability-helper": "^2.8.1",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"layui-layer": "^1.0.9",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"object-assign": "^4.1.1",
"postcss-flexbugs-fixes": "^4.1.0",
"promise": "^8.0.1",
"react": "^16.13.1",
"react-beautiful-dnd": "^10.1.1",
"react-codemirror": "^1.0.0",
"react-codemirror2": "^5.1.0",
"react-color": "^2.18.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.2.0",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
"styled-components": "^5.1.1",
"viser-react": "^2.3.3",
"webpack": "^4.26.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"autoprefixer": "^9.3.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-import": "^1.6.6",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^1.0.0",
"compression": "^1.7.2",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.11",
"express": "^4.16.2",
"file-loader