-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 3.04 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Boxv2",
"version": "1.0.0",
"description": "",
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.5",
"pubsub-js": "^1.6.0",
"react": "^16.3.2",
"react-css-modules": "^4.7.2",
"react-dom": "^16.3.2",
"react-intl": "^2.4.0",
"react-loadable": "^5.4.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^4.0.0",
"redux-actions": "^2.3.0",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"@types/lodash": "^4.14.108",
"@types/react": "^16.3.11",
"@types/react-css-modules": "^4.6.1",
"@types/react-dom": "^16.0.5",
"@types/react-intl": "^2.3.7",
"@types/react-loadable": "^5.3.4",
"@types/react-redux": "^5.0.16",
"@types/react-router": "^4.0.24",
"@types/react-router-dom": "^4.2.6",
"@types/react-router-redux": "^5.0.13",
"@types/redux-actions": "^2.2.4",
"autoprefixer": "^8.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-imports": "^1.5.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"compression": "^1.7.2",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"happypack": "5.0.0-beta.1",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"intl": "^1.2.5",
"json-loader": "^0.5.7",
"less": "^3.0.2",
"less-loader": "^4.1.0",
"offline-plugin": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss-loader": "^2.1.4",
"resolve-url-loader": "^2.3.0",
"source-map-loader": "^0.2.3",
"style-loader": "^0.21.0",
"ts-loader": "^4.2.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.15",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.3",
"webpack-hot-middleware": "^2.22.1",
"webpack-manifest-plugin": "^2.0.1",
"webpack-md5-hash": "^0.0.6",
"webpack-merge": "^4.1.2"
},
"scripts": {
"start": "cross-env NODE_ENV=development node bin/server.js",
"dll": "cross-env NODE_ENV=development webpack --progress --colors --config webpack/webpack.dll.config.js",
"build:dev": "cross-env NODE_ENV=development webpack --progress --colors --config webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --progress --colors --config webpack.config.js",
"start:prod": "cross-env NODE_ENV=production node bin/server.js"
},
"author": "wangfukai",
"license": "UNLICENSED",
"private": true
}