51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"dev": "vite dev"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.0.0",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@tanstack/react-form": "^1.23.5",
|
|
"@tanstack/react-query": "^5.80.6",
|
|
"@tanstack/react-router": "^1.141.1",
|
|
"@tanstack/react-router-with-query": "^1.130.17",
|
|
"@tanstack/react-start": "^1.141.1",
|
|
"@tanstack/router-plugin": "^1.141.1",
|
|
"@zendegi/auth": "workspace:*",
|
|
"@zendegi/env": "workspace:*",
|
|
"better-auth": "catalog:",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "catalog:",
|
|
"lucide-react": "^0.525.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"shadcn": "^3.6.2",
|
|
"sonner": "^2.0.3",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.3",
|
|
"tw-animate-css": "^1.2.5",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/react-router-devtools": "^1.141.1",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"@zendegi/config": "workspace:*",
|
|
"jsdom": "^26.0.0",
|
|
"typescript": "catalog:",
|
|
"vite": "^7.0.2",
|
|
"web-vitals": "^5.0.3"
|
|
}
|
|
}
|