pollo/package.json
2023-09-09 19:25:23 -06:00

59 lines
1.6 KiB
JSON

{
"name": "sprintpadawan",
"version": "2.3.0",
"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.5",
"@clerk/themes": "^1.7.5",
"@neondatabase/serverless": "^0.6.0",
"@paralleldrive/cuid2": "^2.2.2",
"@t3-oss/env-nextjs": "^0.6.1",
"@unkey/api": "^0.6.21",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.0",
"autoprefixer": "^10.4.15",
"csv42": "^5.0.0",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.28.6",
"next": "^13.4.19",
"nextjs-cors": "^2.1.2",
"postcss": "^8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"sharp": "^0.32.5",
"superjson": "1.13.1",
"svix": "^1.11.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"@types/json2csv": "^5.0.3",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"bufferutil": "^4.0.7",
"daisyui": "^3.7.3",
"drizzle-kit": "^0.19.13",
"encoding": "^0.1.13",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"pg": "^8.11.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"utf-8-validate": "5.0.2",
"ws": "^8.14.1"
}
}