-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.84 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.84 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
92
93
94
95
96
97
{
"name": "wepack4-react-project-template",
"version": "2.0.1",
"description": "webpack4 react sass标准模板工程",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "rm -r dist & webpack --mode production",
"dist": "rm -r dist & webpack --config webpack.dist.js",
"analy": "webpack --config webpack.analy.js",
"start": "node webpack.server.js",
"test": "karma start",
"clean": "rm -r dist/*"
},
"repository": {
"type": "git",
"url": "https://github.com/zhoulujun/wepack4-react-project-template.git"
},
"keywords": [
"webpack4",
"sass",
"react",
"react-router",
"redux",
"boilerplate"
],
"author": "zhoulujun.cn",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhoulujun/wepack4-react-project-template/issues"
},
"homepage": "https://github.com/zhoulujun/wepack4-react-project-template.git",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.4.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"css-loader": "^2.1.0",
"es6-promise": "^4.2.5",
"eslint": "^5.12.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-vue": "^5.1.0",
"file-loader": "^3.0.1",
"glob": "^7.1.3",
"happypack": "^5.0.1",
"history": "^3.2.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"immutable": "^4.0.0-rc.12",
"isomorphic-fetch": "^2.2.1",
"isparta-instrumenter-loader": "^1.0.1",
"jasmine": "^3.3.1",
"jasmine-core": "^3.3.0",
"karma": "^3.1.4",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"mini-css-extract-plugin": "^0.5.0",
"minimatch": "^3.0.4",
"mocha": "^5.2.0",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.16",
"postcss": "^7.0.7",
"postcss-loader": "^3.0.0",
"react": "^16.7.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-loading": "^2.0.3",
"react-redux": "^6.0.0",
"react-router": "^3.2.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass.js": "^0.11.0",
"sassjs-loader": "^2.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"webpack-sftp-client": "^1.2.1",
"webpack-subresource-integrity": "^1.3.1"
},
"dependencies": {}
}