package.json•2.06 kB
{
"name": "web",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 30001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@daveyplate/better-auth-tanstack": "^1.3.3",
"@daveyplate/better-auth-ui": "^2.0.12",
"@hookform/resolvers": "^5.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@repo/db": "workspace:*",
"@repo/email": "workspace:*",
"@repo/github": "workspace:*",
"@repo/track": "workspace:*",
"@repo/trpc": "workspace:*",
"@repo/ui": "workspace:*",
"@specfy/stack-analyser": "^1.9.0",
"@tanstack/react-query": "^5.72.0",
"@tanstack/react-table": "^8.21.2",
"@trpc/client": "^11.0.4",
"@trpc/react-query": "^11.0.4",
"@trpc/server": "^11.0.4",
"@uiw/react-md-editor": "^4.0.5",
"ali-oss": "^6.23.0",
"better-auth": "1.2.12",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"drizzle-orm": "^0.44.2",
"framer-motion": "^12.6.5",
"fs-extra": "^11.3.0",
"immer": "^10.1.1",
"inngest": "^3.35.0",
"lucide-react": "^0.475.0",
"next": "^15.3.1",
"next-themes": "^0.4.4",
"pg": "^8.16.3",
"pinyin": "4.0.0-alpha.2",
"plur": "^5.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.55.0",
"recharts": "^2.15.3",
"schema-dts": "^1.1.5",
"segmentit": "^2.0.3",
"slugify-string": "^1.0.0",
"sonner": "^2.0.3",
"superjson": "^2.2.2",
"tencentcloud-sdk-nodejs": "^4.1.30",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/ali-oss": "^6.16.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.31",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"drizzle-kit": "^0.30.6",
"tailwindcss-safe-area": "^0.6.0",
"typescript": "^5.7.3"
}
}