pollo/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2023-04-20 04:20:00 -06:00
{
"name": "sprintpadawan",
2023-08-31 12:47:55 -06:00
"version": "2.2.2",
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-08-16 20:20:59 -06:00
"start": "next start",
"db:push": "pnpm drizzle-kit push:pg",
"db:studio": "pnpm drizzle-kit studio"
2023-04-20 04:20:00 -06:00
},
"dependencies": {
"@ably-labs/react-hooks": "^2.1.1",
2023-08-28 07:49:00 -06:00
"@clerk/nextjs": "^4.23.3",
2023-08-18 23:49:35 -06:00
"@neondatabase/serverless": "^0.6.0",
2023-08-12 18:17:36 -06:00
"@paralleldrive/cuid2": "^2.2.2",
"@t3-oss/env-nextjs": "^0.6.1",
2023-08-20 22:39:24 -06:00
"@tanstack/react-query": "^4.33.0",
2023-08-31 00:14:20 -06:00
"@trpc/client": "10.38.1",
"@trpc/next": "10.38.1",
"@trpc/react-query": "10.38.1",
"@trpc/server": "10.38.1",
2023-08-27 19:35:25 -06:00
"@unkey/api": "^0.6.19",
2023-08-31 00:14:20 -06:00
"@upstash/ratelimit": "^0.4.4",
2023-06-28 16:35:12 -06:00
"@upstash/redis": "^1.22.0",
2023-08-13 20:53:52 -06:00
"autoprefixer": "^10.4.15",
2023-08-12 18:17:36 -06:00
"dotenv": "^16.3.1",
2023-08-24 17:49:00 -06:00
"drizzle-orm": "^0.28.5",
2023-04-20 04:20:00 -06:00
"json2csv": "6.0.0-alpha.2",
2023-08-18 23:49:35 -06:00
"next": "^13.4.19",
2023-08-01 00:31:48 -06:00
"nextjs-cors": "^2.1.2",
2023-08-31 00:14:20 -06:00
"postcss": "^8.4.29",
2023-04-20 04:20:00 -06:00
"react": "18.2.0",
"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-08-16 00:50:11 -06:00
"sharp": "^0.32.5",
2023-07-17 21:51:22 -06:00
"superjson": "1.13.1",
2023-08-18 23:49:35 -06:00
"zod": "^3.22.2"
2023-04-20 04:20:00 -06:00
},
"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-09-01 20:38:27 -06:00
"@types/node": "^20.5.8",
2023-08-22 23:27:06 -06:00
"@types/react": "^18.2.21",
2023-08-31 00:14:20 -06:00
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
2023-08-28 07:49:00 -06:00
"bufferutil": "^4.0.7",
2023-08-31 00:14:20 -06:00
"daisyui": "^3.6.4",
2023-08-18 23:49:35 -06:00
"drizzle-kit": "^0.19.13",
2023-08-27 19:35:25 -06:00
"eslint": "^8.48.0",
2023-08-18 23:49:35 -06:00
"eslint-config-next": "^13.4.19",
2023-08-16 20:20:59 -06:00
"pg": "^8.11.3",
2023-07-17 21:51:22 -06:00
"tailwindcss": "^3.3.3",
2023-08-28 07:49:00 -06:00
"typescript": "^5.2.2",
"utf-8-validate": "5.0.2",
"ws": "^8.13.0"
2023-04-20 04:20:00 -06:00
}
2023-07-12 12:39:56 -06:00
}