Files
ZBrain/apps/web/package.json
T
zuevav f4bca8449e main
2026-05-20 19:33:02 +03:00

49 lines
1.2 KiB
JSON

{
"name": "@zbrain/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"test": "vitest run"
},
"dependencies": {
"@zbrain/shared": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"@tanstack/react-query": "^5.59.0",
"axios": "^1.7.7",
"zustand": "^5.0.0",
"react-hook-form": "^7.53.0",
"zod": "^3.23.8",
"@hookform/resolvers": "^3.9.0",
"tailwindcss": "^3.4.13",
"lucide-react": "^0.451.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.4",
"class-variance-authority": "^0.7.0",
"date-fns": "^4.1.0",
"recharts": "^2.13.0",
"qrcode.react": "^4.0.1",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8",
"typescript": "^5.6.0",
"vitest": "^2.1.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0"
}
}