Files
xiaoxia-saas/apps/web/package.json
T
Xiaoxia AI 3bf90f8614
Deploy / Deploy Staging (push) Failing after 7s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 33s
Tests / lint (push) Failing after 34s
feat(web): initialize Vite + React + TypeScript project - Phase 6 Task 1/40
2026-06-17 10:22:48 +08:00

36 lines
949 B
JSON

{
"name": "@xiaoxia/web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"antd": "^5.18.0",
"zustand": "^4.5.2",
"axios": "^1.7.2",
"@tanstack/react-query": "^5.45.0",
"react-hook-form": "^7.52.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.1",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7"
}
}