fenghuo/apps/web/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2025-02-18 15:35:03 +08:00
{
"name": "web",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
2025-05-28 08:23:14 +08:00
"dev": "next dev --turbopack -p 3001",
2025-02-18 15:35:03 +08:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-05-28 08:23:14 +08:00
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
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",
"antd": "^5.25.4",
2025-05-26 19:56:34 +08:00
"axios": "^1.7.2",
"dayjs": "^1.11.12",
"lucide-react": "0.511.0",
"next": "15.3.2",
2025-05-26 19:56:34 +08:00
"next-themes": "^0.4.6",
2025-05-28 08:23:14 +08:00
"oidc-client-ts": "^3.2.1",
2025-05-26 19:56:34 +08:00
"react": "^19.1.0",
"react-dom": "^19.1.0",
2025-05-28 08:23:14 +08:00
"superjson": "^2.2.2",
2025-05-28 20:00:36 +08:00
"tus-js-client": "^4.3.1",
2025-05-28 08:23:14 +08:00
"valibot": "^1.1.0"
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",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
2025-02-18 15:35:03 +08:00
"tailwindcss": "^4",
"typescript": "^5"
}
}