2023-04-20 04:20:00 -06:00
|
|
|
{
|
|
|
|
"name": "sprintpadawan",
|
2023-08-12 17:12:42 -06:00
|
|
|
"version": "2.0.0",
|
2023-04-20 04:20:00 -06:00
|
|
|
"description": "Plan. Sprint. Repeat.",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "next build",
|
2023-08-12 17:12:42 -06:00
|
|
|
"serv": "next dev",
|
2023-06-18 23:45:04 -06:00
|
|
|
"dev": "pnpm serv",
|
2023-04-20 04:20:00 -06:00
|
|
|
"lint": "next lint",
|
2023-06-18 23:45:04 -06:00
|
|
|
"start": "next start"
|
2023-04-20 04:20:00 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ably-labs/react-hooks": "^2.1.1",
|
2023-08-12 17:12:42 -06:00
|
|
|
"@clerk/nextjs": "^4.23.2",
|
2023-08-12 18:17:36 -06:00
|
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
|
|
"@planetscale/database": "^1.10.0",
|
2023-06-18 01:27:47 -06:00
|
|
|
"@react-email/components": "^0.0.7",
|
2023-08-08 12:11:35 -06:00
|
|
|
"@tanstack/react-query": "^4.32.6",
|
2023-08-03 12:26:17 -06:00
|
|
|
"@trpc/client": "10.37.1",
|
|
|
|
"@trpc/next": "10.37.1",
|
|
|
|
"@trpc/react-query": "10.37.1",
|
|
|
|
"@trpc/server": "10.37.1",
|
2023-08-12 19:28:31 -06:00
|
|
|
"@unkey/api": "^0.6.9",
|
2023-07-24 23:09:02 -06:00
|
|
|
"@upstash/ratelimit": "^0.4.3",
|
2023-06-28 16:35:12 -06:00
|
|
|
"@upstash/redis": "^1.22.0",
|
2023-08-10 16:55:50 -06:00
|
|
|
"ably": "^1.2.43",
|
2023-04-20 04:20:00 -06:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-08-12 18:17:36 -06:00
|
|
|
"dotenv": "^16.3.1",
|
|
|
|
"drizzle-orm": "^0.28.2",
|
2023-04-20 04:20:00 -06:00
|
|
|
"json2csv": "6.0.0-alpha.2",
|
2023-08-08 12:11:35 -06:00
|
|
|
"next": "^13.4.13",
|
2023-08-01 00:31:48 -06:00
|
|
|
"nextjs-cors": "^2.1.2",
|
2023-07-24 23:09:02 -06:00
|
|
|
"postcss": "^8.4.27",
|
2023-04-20 04:20:00 -06:00
|
|
|
"react": "18.2.0",
|
2023-07-25 12:20:00 -06:00
|
|
|
"react-dom": "18.2.0",
|
2023-06-18 01:27:47 -06:00
|
|
|
"react-email": "^1.9.4",
|
2023-06-28 16:35:12 -06:00
|
|
|
"react-icons": "^4.10.1",
|
2023-07-28 19:21:54 -06:00
|
|
|
"resend": "^0.17.2",
|
2023-07-24 23:09:02 -06:00
|
|
|
"sharp": "^0.32.4",
|
2023-07-17 21:51:22 -06:00
|
|
|
"superjson": "1.13.1",
|
2023-08-01 00:31:48 -06:00
|
|
|
"trpc-openapi": "^1.2.0",
|
2023-04-20 04:20:00 -06:00
|
|
|
"zod": "^3.21.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-08 12:11:35 -06:00
|
|
|
"@types/eslint": "^8.44.2",
|
2023-05-29 18:56:10 -06:00
|
|
|
"@types/json2csv": "^5.0.3",
|
2023-08-12 19:28:31 -06:00
|
|
|
"@types/node": "^20.4.10",
|
2023-08-10 16:55:50 -06:00
|
|
|
"@types/react": "^18.2.20",
|
2023-08-08 12:11:35 -06:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
|
|
"@typescript-eslint/parser": "^6.3.0",
|
2023-08-03 12:26:17 -06:00
|
|
|
"daisyui": "^3.5.1",
|
2023-08-12 18:17:36 -06:00
|
|
|
"drizzle-kit": "^0.19.12",
|
2023-08-12 19:28:31 -06:00
|
|
|
"eslint": "^8.47.0",
|
2023-08-08 12:11:35 -06:00
|
|
|
"eslint-config-next": "^13.4.13",
|
2023-07-17 21:51:22 -06:00
|
|
|
"tailwindcss": "^3.3.3",
|
2023-07-03 00:57:33 -06:00
|
|
|
"typescript": "^5.1.6"
|
2023-04-20 04:20:00 -06:00
|
|
|
},
|
|
|
|
"ct3aMetadata": {
|
|
|
|
"initVersion": "7.5.9"
|
|
|
|
}
|
2023-07-12 12:39:56 -06:00
|
|
|
}
|