-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.76 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
{
"name": "@react-go/scripts",
"version": "0.0.3",
"description": "Scripts for React Go",
"author": "pengtikui <949828390@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-go/scripts"
},
"bin": {
"react-go": "./bin/react-go.js"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
"@react-go/babel-plugin-auto-css-modules": "^1.0.0",
"@react-go/eslint-config": "^2.0.0",
"address": "^1.1.2",
"babel-loader": "^8.1.0",
"chalk": "^3.0.0",
"commander": "^4.1.1",
"confusing-browser-globals": "^1.0.9",
"css-loader": "^3.6.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"file-loader": "^6.0.0",
"filesize": "^6.1.0",
"fs-extra": "^8.1.0",
"gzip-size": "^5.1.1",
"html-webpack-plugin": "^4.3.0",
"loader-utils": "^2.0.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^4.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"react-dev-utils": "^10.2.0",
"react-refresh": "^0.8.3",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"strip-ansi": "^6.0.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.7",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-chain": "^6.5.0",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": ">=10"
}
}