39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "client",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"cf-typegen": "wrangler types",
|
|
"deploy": "npm run build && wrangler deploy",
|
|
"dev": "react-router dev",
|
|
"postinstall": "npm run cf-typegen",
|
|
"preview": "npm run build && vite preview",
|
|
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"isbot": "^5.1.27",
|
|
"lucide-react": "^0.539.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router": "^7.7.1",
|
|
"tailwind-merge": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.0.12",
|
|
"@react-router/dev": "^7.7.1",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"tailwindcss": "^4.1.11",
|
|
"tw-animate-css": "^1.3.6",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.3",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"wrangler": "^4.13.2"
|
|
}
|
|
}
|