{ "name": "sprintpadawan", "version": "1.1.5", "description": "Plan. Sprint. Repeat.", "private": true, "scripts": { "build": "next build", "serv": "NEXTAUTH_URL=http://localhost:3000 && next dev", "dev": "railway run pnpm serv", "postinstall": "prisma generate", "lint": "next lint", "start": "next start", "connect": "railway link" }, "dependencies": { "@ably-labs/react-hooks": "^2.1.1", "@next-auth/prisma-adapter": "^1.0.7", "@prisma/client": "4.15.0", "@tanstack/react-query": "^4.29.12", "@trpc/client": "10.29.1", "@trpc/next": "10.29.1", "@trpc/react-query": "10.29.1", "@trpc/server": "10.29.1", "ably": "^1.2.40", "autoprefixer": "^10.4.14", "json2csv": "6.0.0-alpha.2", "next": "^13.4.4", "next-auth": "^4.22.1", "postcss": "^8.4.24", "preact": "^10.15.1", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.9.0", "redicache-ts": "^0.1.1", "resend": "^0.15.1", "sharp": "^0.32.1", "superjson": "1.12.3", "zod": "^3.21.4" }, "devDependencies": { "@types/eslint": "^8.40.0", "@types/json2csv": "^5.0.3", "@types/next-pwa": "^5.6.4", "@types/node": "^20.2.5", "@types/react": "^18.2.9", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "daisyui": "^3.0.20", "eslint": "^8.42.0", "eslint-config-next": "^13.4.4", "next-pwa": "^5.6.0", "prisma": "4.15.0", "tailwindcss": "^3.3.2", "typescript": "^5.1.3" }, "ct3aMetadata": { "initVersion": "7.5.9" } }