2026-07-16 06:19:58 -04:00
|
|
|
{
|
|
|
|
|
"name": "@project-e/web",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2026-08-01 01:15:31 +00:00
|
|
|
"type": "module",
|
2026-07-16 06:19:58 -04:00
|
|
|
"scripts": {
|
2026-08-01 01:15:31 +00:00
|
|
|
"dev": "vite --port 3000",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview",
|
2026-07-16 06:19:58 -04:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@radix-ui/react-slot": "^1.3.0",
|
2026-08-01 01:15:31 +00:00
|
|
|
"@tanstack/react-query": "^5.62.0",
|
|
|
|
|
"@tanstack/react-router": "^1.98.0",
|
2026-07-16 06:19:58 -04:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"lucide-react": "^1.24.0",
|
|
|
|
|
"react": "^19.1.0",
|
|
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
|
"tailwind-merge": "^3.6.0",
|
2026-08-01 01:15:31 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
|
"zod": "^4.4.3"
|
2026-07-16 06:19:58 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-01 01:15:31 +00:00
|
|
|
"@tanstack/react-query-devtools": "^5.62.0",
|
2026-07-16 06:19:58 -04:00
|
|
|
"@types/react": "^19.1.0",
|
|
|
|
|
"@types/react-dom": "^19.1.0",
|
2026-08-01 01:15:31 +00:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2026-07-16 06:19:58 -04:00
|
|
|
"autoprefixer": "^10.5.2",
|
|
|
|
|
"postcss": "^8.4.31",
|
|
|
|
|
"tailwindcss": "^3.4.19",
|
2026-08-01 01:15:31 +00:00
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"vite": "^5.4.11"
|
2026-07-16 06:19:58 -04:00
|
|
|
}
|
|
|
|
|
}
|