-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.93 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
{
"name": "happy-web-cli",
"version": "1.0.1",
"description": "web项目脚手架",
"main": "./bin/index.js",
"bin": {
"happy-web-cli": "./bin/index.js"
},
"scripts": {
"start": "webpack serve --config webpack/webpack.dev.js",
"build": "webpack --config webpack/webpack.prd.js",
"fix": "prettier --write src/ & eslint --fix src/"
},
"keywords": [
"cli",
"CLI",
"react cli",
"web cli",
"happy-web-cli",
"cpage cli",
"cpagejs cli"
],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.17.12",
"babel-plugin-import": "^1.13.3",
"babel-preset-react-app": "^10.0.1",
"autoprefixer": "^10.3.6",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"style-loader": "^3.3.1",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"cssnano": "^5.0.8",
"copy-webpack-plugin": "^10.2.4",
"compression-webpack-plugin": "^9.2.0",
"eslint": "^7.29.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-webpack-plugin": "^3.1.1",
"eslint-plugin-react": "^7.29.4",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.0",
"less": "^4.1.1",
"less-loader": "^10.2.0",
"lint-staged": "^11.1.2",
"mini-css-extract-plugin": "^2.3.0",
"postcss": "^8.3.8",
"postcss-loader": "^6.1.1",
"prettier": "2.4.1",
"progress-bar-webpack-plugin": "^2.1.0",
"resolve-url-loader": "^4.0.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0",
"commander": "^9.1.0",
"shelljs": "^0.8.4",
"fs-extra": "^10.0.0",
"semver": "^7.3.5",
"inquirer": "^7.3.3"
}
}