Files
ProjectE/apps/web/package.json
T

37 lines
931 B
JSON
Raw Normal View History

{
"name": "@project-e/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-slot": "^1.3.0",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-router": "^1.98.0",
"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",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.4.3"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.62.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.5.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^5.4.11"
}
}