-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.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
{
"name": "json-react-cli",
"version": "1.5.0",
"description": "json的脚手架",
"main": "index.js",
"bin": {
"json-react-cli": "./bin/json-react-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "yizhenfeng",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^6.2.1",
"cross-spawn": "^7.0.3",
"css-loader": "^5.0.1",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.1",
"less": "^4.0.0",
"less-loader": "^7.2.1",
"style-loader": "^2.0.0",
"validate-npm-package-name": "^3.0.0",
"webpack": "^5.11.1",
"webpack-dev-middleware": "^4.0.2",
"webpack-hot-middleware": "^2.25.0"
}
}