-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "json-cli-script",
"version": "3.3.1",
"description": "json的脚手架",
"main": "index.js",
"bin": {
"json-cli-script": "./bin/json-cli-script.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",
"axios": "^0.21.1",
"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",
"http-proxy-middleware": "^1.0.6",
"less": "^4.0.0",
"less-loader": "^7.2.1",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"url-loader": "^4.1.1",
"validate-npm-package-name": "^3.0.0",
"webpack": "^5.11.1",
"webpack-dev-middleware": "^4.0.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.3"
}
}