2026-05-22 12:41:55 +00:00
|
|
|
{
|
|
|
|
|
"name": "@zeavis/web",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --host 0.0.0.0",
|
|
|
|
|
"build": "tsc --project tsconfig.json && vite build",
|
|
|
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
|
|
|
"typecheck": "tsc --project tsconfig.json"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-22 18:30:40 +00:00
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
"@tanstack/react-query": "^5.100.11",
|
|
|
|
|
"@vitejs/plugin-react": "^6.0.2",
|
2026-05-22 12:41:55 +00:00
|
|
|
"@zeavis/shared": "workspace:*",
|
2026-05-22 18:30:40 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
2026-05-22 12:41:55 +00:00
|
|
|
"clsx": "^2.1.1",
|
2026-05-22 18:30:40 +00:00
|
|
|
"lucide-react": "^1.16.0",
|
|
|
|
|
"react": "^19.2.6",
|
|
|
|
|
"react-dom": "^19.2.6",
|
|
|
|
|
"react-router-dom": "^7.15.1",
|
2026-06-08 00:31:30 +07:00
|
|
|
"recharts": "3.8.1",
|
2026-05-22 18:30:40 +00:00
|
|
|
"tailwind-merge": "^3.6.0",
|
2026-06-07 18:06:19 +07:00
|
|
|
"web-vitals": "5.3.0",
|
2026-05-22 18:30:40 +00:00
|
|
|
"zustand": "^5.0.13"
|
2026-05-22 12:41:55 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-22 18:30:40 +00:00
|
|
|
"@tailwindcss/postcss": "^4.3.0",
|
|
|
|
|
"@types/react": "^19.2.15",
|
|
|
|
|
"@types/react-dom": "^19.2.3",
|
|
|
|
|
"postcss": "^8.5.15",
|
|
|
|
|
"typescript": "^6.0.3",
|
2026-06-02 02:42:07 +07:00
|
|
|
"vite": "^8.0.14",
|
|
|
|
|
"vite-tsconfig-paths": "6.1.1"
|
2026-05-22 12:41:55 +00:00
|
|
|
}
|
|
|
|
|
}
|