feat: 基础建设
Showing
| ... | ... | @@ -26,12 +26,6 @@ |
| "@eslint-react/eslint-plugin": { | ||
| "optional": true | ||
| }, | ||
| "@unocss/eslint-plugin": { | ||
| "optional": true | ||
| }, | ||
| "astro-eslint-parser": { | ||
| "optional": true | ||
| }, | ||
| "eslint-plugin-format": { | ||
| "optional": true | ||
| }, | ||
| ... | ... | @@ -50,7 +44,9 @@ |
| "@antfu/eslint-config": "^2.24.1", | ||
| "@eslint-react/eslint-plugin": "^1.8.0", | ||
| "@rsbuild/core": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-less": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-react": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-svgr": "1.0.1-beta.9", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "eslint": "^9.8.0", | ||
| ... | ... | @@ -58,6 +54,7 @@ |
| "eslint-plugin-react-refresh": "^0.4.9", | ||
| "lint-staged": "^15.2.7", | ||
| "simple-git-hooks": "^2.11.1", | ||
| "tailwindcss": "^3.4.7", | ||
| "typescript": "^5.5.2" | ||
| }, | ||
| "simple-git-hooks": { | ||
| ... | ... |
postcss.config.cjs
0 → 100644
src/App.module.less
0 → 100644
src/assets/logo.png
0 → 100644
This diff was suppressed by a .gitattributes entry.
src/index.less
0 → 100644
tailwind.config.js
0 → 100644
wiki/rules/components.md
0 → 100644
wiki/useage/SVGR.md
0 → 100644
wiki/useage/静态资源内联.md
0 → 100644
Please
register
or
sign in
to comment