65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "sprintpadawan",
|
|
"version": "2.0.4",
|
|
"description": "Plan. Sprint. Repeat.",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"serv": "next dev",
|
|
"dev": "pnpm serv",
|
|
"lint": "next lint",
|
|
"start": "next start",
|
|
"db:push": "pnpm drizzle-kit push:pg",
|
|
"db:studio": "pnpm drizzle-kit studio"
|
|
},
|
|
"dependencies": {
|
|
"@ably-labs/react-hooks": "^2.1.1",
|
|
"@clerk/nextjs": "^4.23.2",
|
|
"@neondatabase/serverless": "^0.6.0",
|
|
"@opentelemetry/api": "^1.4.1",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@react-email/components": "^0.0.7",
|
|
"@tanstack/react-query": "^4.33.0",
|
|
"@trpc/client": "10.37.1",
|
|
"@trpc/next": "10.37.1",
|
|
"@trpc/react-query": "10.37.1",
|
|
"@trpc/server": "10.37.1",
|
|
"@unkey/api": "^0.6.16",
|
|
"@upstash/ratelimit": "^0.4.3",
|
|
"@upstash/redis": "^1.22.0",
|
|
"ably": "^1.2.43",
|
|
"autoprefixer": "^10.4.15",
|
|
"dotenv": "^16.3.1",
|
|
"drizzle-orm": "^0.28.4",
|
|
"json2csv": "6.0.0-alpha.2",
|
|
"next": "^13.4.19",
|
|
"nextjs-cors": "^2.1.2",
|
|
"postcss": "^8.4.28",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-email": "^1.9.4",
|
|
"react-icons": "^4.10.1",
|
|
"resend": "^1.0.0",
|
|
"sharp": "^0.32.5",
|
|
"superjson": "1.13.1",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.44.2",
|
|
"@types/json2csv": "^5.0.3",
|
|
"@types/node": "^20.5.4",
|
|
"@types/react": "^18.2.21",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
"@typescript-eslint/parser": "^6.4.1",
|
|
"daisyui": "^3.6.1",
|
|
"drizzle-kit": "^0.19.13",
|
|
"eslint": "^8.47.0",
|
|
"eslint-config-next": "^13.4.19",
|
|
"pg": "^8.11.3",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.5.9"
|
|
}
|
|
}
|