-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "webpack-memory-test",
"version": "0.0.1",
"description": "",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --inline --progress --profile --config webpack.dev.conf.js"
},
"repository": {},
"keywords": [
"webpack"
],
"author": "zd98",
"license": "MIT",
"browserslist": [
"last 8 versions"
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.4",
"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-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browserslist": "^2.1.4",
"cache-loader": "^1.0.3",
"caniuse-db": "^1.0.30000727",
"clean-webpack-plugin": "^0.1.16",
"common": "^0.2.5",
"concurrently": "^3.5.0",
"copy-webpack-plugin": "^4.5.1",
"es6-promise": "^4.1.0",
"eslint": "^3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^7.0.1",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"file-webpack-plugin": "^1.1.1",
"friendly-errors-webpack4-plugin": "^2.0.1",
"hard-source-webpack-plugin": "^0.6.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
"memwatch-next": "^0.3.0",
"opn": "^5.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.0.0-beta.6",
"reselect": "^3.0.1",
"style-loader": "^0.20.3",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"thread-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.2.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.13",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">=6.0.0"
}
}