chore: init
上级
正在显示
.eslintrc-auto-import.json
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
auto-imports.d.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "saas-bi", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@ant-design/icons": "^5.6.1", | ||
"@tanstack/react-query": "^5.67.1", | ||
"antd": "^5.24.3", | ||
"axios": "^1.8.1", | ||
"classnames": "^2.5.1", | ||
"lucide-react": "^0.477.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router": "^7.3.0", | ||
"zustand": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.13.9", | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@vitejs/plugin-react-swc": "^3.5.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.6", | ||
"sass-embedded": "^1.85.1", | ||
"typescript": "^5.2.2", | ||
"unplugin-auto-import": "^19.1.1", | ||
"vite": "^5.2.0", | ||
"vite-plugin-mkcert": "^1.17.7" | ||
} | ||
} |
src/App.css
0 → 100644
src/App.tsx
0 → 100644
src/api/base.ts
0 → 100644
src/main.tsx
0 → 100644
src/modules/data/routes.tsx
0 → 100644
src/modules/home/routes.tsx
0 → 100644
src/modules/home/views/Index.tsx
0 → 100644
src/router/routes.tsx
0 → 100644
src/stores/user.ts
0 → 100644
src/utils/axios.ts
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
请
注册
或者
登录
后发表评论