pollo/package.json
Atridad Lahiji cfd9b7daff
1.0.2
2023-05-20 21:02:03 -06:00

57 lines
1.5 KiB
JSON

{
"name": "sprintpadawan",
"version": "1.0.2",
"description": "Plan. Sprint. Repeat.",
"private": true,
"scripts": {
"build": "next build",
"dev": "NEXTAUTH_URL=http://localhost:3000 && next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.1",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "4.14.1",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "10.27.1",
"@trpc/next": "10.27.1",
"@trpc/react-query": "10.27.1",
"@trpc/server": "10.27.1",
"@types/json2csv": "^5.0.3",
"@types/next-pwa": "^5.6.2",
"ably": "^1.2.39",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.6",
"fms-ts": "^0.1.6",
"ioredis": "^5.3.2",
"json2csv": "6.0.0-alpha.2",
"next": "^13.4.3",
"next-auth": "^4.22.1",
"next-pwa": "^5.6.0",
"postcss": "^8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"superjson": "1.12.3",
"tailwindcss": "^3.3.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"@types/node": "^20.2.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"prisma": "4.14.1",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.5.9"
}
}