feat: init
parents
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
eslint.config.mjs
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "sdream-ai-fe", | ||
| "version": "1.0.0", | ||
| "private": true, | ||
| "description": "SDream AI", | ||
| "author": "HoMeTown", | ||
| "scripts": { | ||
| "dev": "rsbuild dev --open", | ||
| "build": "rsbuild build", | ||
| "preview": "rsbuild preview", | ||
| "lint": "eslint .", | ||
| "lint:fix": "eslint . --fix", | ||
| "typecheck": "tsc --noEmit", | ||
| "prepare": "simple-git-hooks" | ||
| }, | ||
| "peerDependencies": { | ||
| "@eslint-react/eslint-plugin": "^1.5.8", | ||
| "@unocss/eslint-plugin": ">=0.50.0", | ||
| "eslint": ">=8.40.0", | ||
| "eslint-plugin-format": ">=0.1.0", | ||
| "eslint-plugin-react-hooks": "^4.6.0", | ||
| "eslint-plugin-react-refresh": "^0.4.4", | ||
| "svelte-eslint-parser": ">=0.37.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "@eslint-react/eslint-plugin": { | ||
| "optional": true | ||
| }, | ||
| "@unocss/eslint-plugin": { | ||
| "optional": true | ||
| }, | ||
| "astro-eslint-parser": { | ||
| "optional": true | ||
| }, | ||
| "eslint-plugin-format": { | ||
| "optional": true | ||
| }, | ||
| "eslint-plugin-react-hooks": { | ||
| "optional": true | ||
| }, | ||
| "eslint-plugin-react-refresh": { | ||
| "optional": true | ||
| } | ||
| }, | ||
| "dependencies": { | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@antfu/eslint-config": "^2.24.1", | ||
| "@eslint-react/eslint-plugin": "^1.8.0", | ||
| "@rsbuild/core": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-react": "1.0.1-beta.9", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "eslint": "^9.8.0", | ||
| "eslint-plugin-react-hooks": "^4.6.2", | ||
| "eslint-plugin-react-refresh": "^0.4.9", | ||
| "lint-staged": "^15.2.7", | ||
| "simple-git-hooks": "^2.11.1", | ||
| "typescript": "^5.5.2" | ||
| }, | ||
| "simple-git-hooks": { | ||
| "pre-commit": "pnpm lint-staged" | ||
| }, | ||
| "lint-staged": { | ||
| "*": "eslint --fix" | ||
| } | ||
| } |
pnpm-workspace.yaml
0 → 100644
rsbuild.config.ts
0 → 100644
src/App.css
0 → 100644
src/App.tsx
0 → 100644
src/env.d.ts
0 → 100644
src/index.tsx
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment