-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 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
72
73
74
{
"name": "awesome-react",
"version": "1.0.0",
"description": "awesome-react",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --progress --config webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"lint": "eslint --fix --ext .js,jsx src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangyajundev/awesome-react.git"
},
"keywords": [
"react",
"asome-react"
],
"author": "wangyj",
"license": "ISC",
"bugs": {
"url": "https://github.com/wangyajundev/awesome-react/issues"
},
"homepage": "https://github.com/wangyajundev/awesome-react#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@loadable/component": "^5.11.0",
"address": "^1.1.2",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"cache-loader": "^4.1.0",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.4.1",
"cssnano": "^4.1.10",
"csv-loader": "^3.0.2",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"style-loader": "^1.1.2",
"terser-webpack-plugin": "^2.3.2",
"thread-loader": "^2.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"xml-loader": "^1.2.1"
},
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"browserslist": [
"defaults",
"> 1%",
"last 2 versions",
"not ie <= 8",
"ios >= 8"
]
}