-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.21 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 3.21 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ffff",
"version": "1.0.0",
"description": "1111",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "npm run start",
"start": "webpack-dev-server --progress --profile --colors --config ./webpack.config.dev.js --mode development",
"build:prod": "webpack --config ./webpack.config.dev.js --mode production --progress --profile --colors",
"build:dev": "webpack --progress --profile --colors --config ./webpack.config.dev.js --mode development",
"build:test": "npm run build:dev",
"dll": "webpack -p --config ./dll.config.js --progress --profile --mode development && node pack.js"
},
"keywords": [
"fdddd"
],
"author": "zhenzhang",
"license": "ISC",
"dependencies": {
"antd": "^3.7.0",
"axios": "^0.18.0",
"d3": "^5.7.0",
"echarts": "^4.1.0",
"iconv-lite": "^0.4.24",
"jquery": "^3.3.1",
"jsplumb": "^2.7.19",
"jsuri": "^1.3.1",
"mobx": "^5.0.3",
"mobx-react": "^5.2.5",
"moment": "^2.22.2",
"react": "^16.4.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.4.0-alpha.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"@types/clean-webpack-plugin": "^0.1.2",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-import": "^1.8.0",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"babel-plugin-minify-flip-comparisons": "^0.4.3",
"babel-plugin-minify-guarded-expressions": "^0.4.3",
"babel-plugin-minify-infinity": "^0.4.3",
"babel-plugin-minify-mangle-names": "^0.5.0",
"babel-plugin-minify-replace": "^0.5.0",
"babel-plugin-minify-type-constructors": "^0.4.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-member-expression-literals": "^6.9.4",
"babel-plugin-transform-merge-sibling-variables": "^6.9.4",
"babel-plugin-transform-minify-booleans": "^6.9.4",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"babel-plugin-transform-property-literals": "^6.9.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.5.0",
"babel-preset-mobx": "^1.0.3",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-react": "^7.11.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fs": "0.0.1-security",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.7.1",
"less-loader": "^4.1.0",
"less-plugin-clean-css": "^1.5.1",
"mobx-react-devtools": "^6.0.2",
"react-hot-loader": "^4.3.4",
"style-loader": "^0.21.0",
"uglify-js-plugin": "0.0.6",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.4"
}
}