-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.54 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
{
"name": "react-dll",
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"description": "react dll DllReferencePlugin ",
"sideEffects": false,
"scripts": {
"dev": "webpack-dev-server --mode development --progress --config build/webpack.dev.config.js",
"start": "npm run dev",
"build": "node build/index.js",
"dll": "webpack -p --mode production --progress --config build/webpack.dll.config.js"
},
"keywords": [
"react",
"dll",
"DllReferencePlugin"
],
"author": "shineshao <xiaoshaoqq@gmail.com>",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-root-import": "^6.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.4",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"shelljs": "^0.8.2",
"style-loader": "^0.22.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-manifest-plugin": "^2.0.3",
"webpack-merge": "^4.1.4"
},
"dependencies": {}
}