-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
{
"name": "npm-dependence-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"start": "webpack-dev-server --config webpack.config.js",
"server": "node server.js",
"build": "webpack --config webpack.config.js",
"build:watch": "dev=test webpack --config webpack.config.js --watch",
"build:server": "webpack-dev-server --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash.throttle": "^4.1.1",
"react": "^16.8.5",
"react-dom": "^16.8.5"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "2.1.1",
"express": "^4.16.4",
"extract-text-webpack-plugin": "3.0.2",
"fs-extra": "7.0.1",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-file": "0.2.0",
"gulp-template": "3.1.0",
"gulp-util": "3.0.8",
"html-webpack-plugin": "^3.2.0",
"loader-utils": "1.2.3",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "4.11.0",
"postcss-loader": "3.0.0",
"react-hot-loader": "^4.8.0",
"sass-loader": "7.1.0",
"speed-measure-webpack-plugin": "1.3.0",
"style-loader": "0.23.1",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-middleware": "^3.6.1",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "^2.0.4",
"webpack-md5-hash": "0.0.6"
}
}