feat: 样式管理
Showing
.npmrc
0 → 100644
| ... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
| "dev": "rsbuild dev --open", | "dev": "rsbuild dev --open", | ||
| "build:sit": "npx rsbuild dev --env-mode sit", | "build:sit": "npx rsbuild dev --env-mode sit", | ||
| "build": "rsbuild build", | "build": "rsbuild build", | ||
| "doctor": "RSDOCTOR=true pnpm build", | |||
| "preview": "rsbuild preview", | "preview": "rsbuild preview", | ||
| "lint": "eslint .", | "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | "lint:fix": "eslint . --fix", | ||
| ... | @@ -38,8 +39,10 @@ | ... | @@ -38,8 +39,10 @@ |
| } | } | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@nextui-org/react": "^2.4.6", | |||
| "react": "^18.3.1", | "react": "^18.3.1", | ||
| "react-dom": "^18.3.1" | "react-dom": "^18.3.1", | ||
| "react-router-dom": "^6.26.0" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@antfu/eslint-config": "^2.24.1", | "@antfu/eslint-config": "^2.24.1", | ||
| ... | @@ -49,12 +52,14 @@ | ... | @@ -49,12 +52,14 @@ |
| "@rsbuild/plugin-react": "1.0.1-beta.9", | "@rsbuild/plugin-react": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-svgr": "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.1", | ||
| "@rsdoctor/rspack-plugin": "^0.3.10", | |||
| "@types/node": "^22.0.2", | "@types/node": "^22.0.2", | ||
| "@types/react": "^18.3.3", | "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | "@types/react-dom": "^18.3.0", | ||
| "eslint": "^9.8.0", | "eslint": "^9.8.0", | ||
| "eslint-plugin-react-hooks": "^4.6.2", | "eslint-plugin-react-hooks": "^4.6.2", | ||
| "eslint-plugin-react-refresh": "^0.4.9", | "eslint-plugin-react-refresh": "^0.4.9", | ||
| "framer-motion": "^11.3.21", | |||
| "lint-staged": "^15.2.7", | "lint-staged": "^15.2.7", | ||
| "simple-git-hooks": "^2.11.1", | "simple-git-hooks": "^2.11.1", | ||
| "tailwindcss": "^3.4.7", | "tailwindcss": "^3.4.7", | ||
| ... | ... |
src/config/theme.ts
0 → 100644
src/styles/global.less
0 → 100644
src/styles/index.less
0 → 100644
File moved
Please
register
or
sign in
to comment