feat&chore: 功能补充+打包优化
Showing
| ... | ... | @@ -9,7 +9,7 @@ |
| "build:sit": "npx rsbuild dev --env-mode sit", | ||
| "build": "rsbuild build", | ||
| "doctor": "RSDOCTOR=true pnpm build", | ||
| "preview": "rsbuild preview", | ||
| "preview": "npx rsbuild preview --env-mode production", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "typecheck": "tsc --noEmit", | ||
| ... | ... | @@ -39,8 +39,10 @@ |
| } | ||
| }, | ||
| "dependencies": { | ||
| "@heroui/popover": "^2.3.10", | ||
| "@nextui-org/react": "^2.4.6", | ||
| "@reduxjs/toolkit": "^2.2.7", | ||
| "@rsbuild/plugin-image-compress": "^1.1.0", | ||
| "ahooks": "^3.8.0", | ||
| "axios": "^1.7.3", | ||
| "clsx": "^2.1.1", | ||
| ... | ... | @@ -69,7 +71,7 @@ |
| "@rsbuild/plugin-less": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-react": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-svgr": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-typed-css-modules": "^1.0.1", | ||
| "@rsbuild/plugin-typed-css-modules": "^1.0.2", | ||
| "@rsdoctor/rspack-plugin": "^0.3.10", | ||
| "@types/node": "^22.0.2", | ||
| "@types/react": "^18.3.3", | ||
| ... | ... |
Please
register
or
sign in
to comment