2025-02-18 15:35:03 +08:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev --turbopack",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-05-26 19:56:34 +08:00
|
|
|
"@repo/client": "workspace:*",
|
|
|
|
"@repo/db": "workspace:*",
|
|
|
|
"@repo/ui": "workspace:*",
|
|
|
|
"@tanstack/react-query": "^5.51.21",
|
|
|
|
"@trpc/client": "11.1.2",
|
|
|
|
"@trpc/react-query": "11.1.2",
|
|
|
|
"@trpc/server": "11.1.2",
|
|
|
|
"@trpc/tanstack-react-query": "11.1.2",
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
"dayjs": "^1.11.12",
|
2025-05-18 14:39:06 +08:00
|
|
|
"lucide-react": "0.511.0",
|
|
|
|
"next": "15.3.2",
|
2025-05-26 19:56:34 +08:00
|
|
|
"next-themes": "^0.4.6",
|
|
|
|
"react": "^19.1.0",
|
|
|
|
"react-dom": "^19.1.0",
|
|
|
|
"superjson": "^2.2.2"
|
2025-02-18 15:35:03 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-05-26 19:56:34 +08:00
|
|
|
"@repo/eslint-config": "workspace:*",
|
|
|
|
"@repo/typescript-config": "workspace:*",
|
2025-02-18 15:35:03 +08:00
|
|
|
"@tailwindcss/postcss": "^4",
|
2025-05-26 19:56:34 +08:00
|
|
|
|
2025-05-18 14:39:06 +08:00
|
|
|
"@types/react": "^19.1.4",
|
|
|
|
"@types/react-dom": "^19.1.5",
|
2025-02-18 15:35:03 +08:00
|
|
|
"tailwindcss": "^4",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|