pollo/package.json
2023-11-16 21:23:46 -07:00

58 lines
1.5 KiB
JSON

{
"name": "sprintpadawan",
"version": "1.2.2",
"description": "Plan. Sprint. Repeat.",
"private": true,
"scripts": {
"build": "next build",
"serv": "NEXTAUTH_URL=http://localhost:3000 && next dev",
"dev": "pnpm serv",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.1",
"@auth/prisma-adapter": "^1.0.0",
"@prisma/client": "4.16.2",
"@react-email/components": "^0.0.7",
"@tanstack/react-query": "^4.29.19",
"@trpc/client": "10.33.1",
"@trpc/next": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.22.0",
"ably": "^1.2.41",
"autoprefixer": "^10.4.14",
"json2csv": "6.0.0-alpha.2",
"next": "^13.4.8",
"next-auth": "^4.22.1",
"postcss": "^8.4.24",
"preact": "^10.15.1",
"react": "18.2.0",
"react-email": "^1.9.4",
"react-icons": "^4.10.1",
"resend": "^0.16.0",
"sharp": "^0.32.1",
"superjson": "1.12.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.40.2",
"@types/json2csv": "^5.0.3",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"daisyui": "^3.1.7",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"prisma": "4.16.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
}
}