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

60 lines
1.6 KiB
JSON

{
"name": "sprintpadawan",
"version": "1.2.5",
"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.1",
"@prisma/client": "5.1.0",
"@react-email/components": "^0.0.7",
"@tanstack/react-query": "^4.32.1",
"@trpc/client": "10.36.0",
"@trpc/next": "10.36.0",
"@trpc/react-query": "10.36.0",
"@trpc/server": "10.36.0",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.22.0",
"ably": "^1.2.42",
"autoprefixer": "^10.4.14",
"json2csv": "6.0.0-alpha.2",
"next": "^13.4.12",
"next-auth": "^4.22.3",
"nextjs-cors": "^2.1.2",
"postcss": "^8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "^1.9.4",
"react-icons": "^4.10.1",
"resend": "^0.17.2",
"sharp": "^0.32.4",
"superjson": "1.13.1",
"trpc-openapi": "^1.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.44.1",
"@types/json2csv": "^5.0.3",
"@types/node": "^20.4.6",
"@types/react": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"daisyui": "^3.5.0",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"prisma": "5.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
}
}