-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.36 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "react-h5-pages",
"version": "1.0.0",
"description": "",
"main": "index.js",
"workspaces": [
"./plugins/**"
],
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:rspack": "cross-env NODE_ENV=development MODE=development node ./build/rspack/utils/app-dev.js",
"build:rspack": "cross-env NODE_ENV=production MODE=preview node ./build/rspack/utils/build.js",
"build:rspack:analy": "cross-env NODE_ENV=production MODE=preview RSDOCTOR=true node ./build/rspack/utils/build.js",
"dev:pages": "node ./build/utils/pages-dev.js",
"build:pages": "umi build",
"dev:app": "cross-env NODE_ENV=development MODE=development node ./build/utils/app-dev.js",
"build:prod": "cross-env NODE_ENV=production MODE=production node ./build/utils/build.js",
"build:pre": "cross-env NODE_ENV=production MODE=preview node ./build/utils/build.js",
"build:analy": "cross-env NODE_ENV=production webpack -c build/webpack.analy.js"
},
"keywords": [],
"author": "yuanjianming",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@prerenderer/webpack-plugin": "^5.3.10",
"@rsdoctor/rspack-plugin": "^0.4.5",
"@rspack/cli": "1.0.5",
"@rspack/core": "1.0.5",
"@rspack/plugin-react-refresh": "^1.0.0",
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@yuanjianming/unplugin-image-convert": "^1.0.5",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.5",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.25.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"execa": "^5.1.1",
"glob": "10.4.5",
"glob-all": "^3.3.0",
"gulp": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^4.1.0",
"inquirer": "^8.1.5",
"javascript-obfuscator": "^4.1.1",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.1",
"node-polyfill-webpack-plugin": "^3.0.0",
"page-skeleton-webpack-plugin": "^0.10.12",
"postcss-loader": "^7.0.1",
"postcss-px-to-viewport": "^1.1.1",
"postcss-pxtorem": "^6.0.0",
"prettier-eslint": "^15.0.1",
"puppeteer": "^23.1.0",
"purgecss-webpack-plugin": "^5.0.0",
"react-refresh": "^0.14.2",
"sharp": "^0.33.5",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-less": "^1.0.4",
"stylelint-config-standard": "^22.0.0",
"stylelint-less": "^1.0.5",
"stylelint-order": "^3.1.1",
"stylelint-prettier": "^1.2.0",
"tailwindcss": "^3.4.7",
"terser-webpack-plugin": "^5.3.6",
"thread-loader": "^3.0.4",
"through2": "^4.0.2",
"tsup": "^8.3.0",
"turbo": "^2.1.2",
"typescript": "^4.8.4",
"umi": "^4.3.11",
"unplugin": "^1.12.3",
"unplugin-inject-preload": "^2.0.5",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^5.1.4",
"webpack-dashboard": "^3.3.8",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"webpack-obfuscator": "^3.5.1",
"webpackbar": "^5.0.2"
},
"dependencies": {
"ahooks": "^3.7.1",
"axios": "^0.27.2",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.0",
"swiper": "^8.4.4"
},
"packageManager": "[email protected]"
}