-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.55 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
{
"name": "react-builder",
"version": "1.0.0",
"description": "A falsework for React. (This version is for pc Browser).",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node ./build/dev-server.js",
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.config.js",
"build:dll": "webpack --config ./build/webpack.dll.config.js",
"test": "test"
},
"dependencies": {
"axios": "^0.19.0",
"express": "^4.16.4",
"less": "^3.9.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.4",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"styled-components": "^4.3.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-standard": "^4.0.0",
"expose-loader": "^0.7.5",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.6.0",
"mockjs": "^1.0.1-beta3",
"nodemon": "^1.19.0",
"open": "^6.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack-dev-middleware": "^3.6.2",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.24.4",
"webpack-merge": "^4.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlueStoneQ/react-builder.git"
},
"keywords": [
"wepack",
"React",
"falsework",
"build"
],
"author": "qiaoyang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueStoneQ/react-builder/issues"
},
"homepage": "https://github.com/BlueStoneQ/react-builder#readme"
}