2023-04-20 04:20:00 -06:00
|
|
|
{
|
|
|
|
"name": "sprintpadawan",
|
2023-11-20 09:43:14 -07:00
|
|
|
"version": "3.3.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-08-16 20:20:59 -06:00
|
|
|
"start": "next start",
|
2023-10-02 19:29:35 -06:00
|
|
|
"db:push": "pnpm drizzle-kit push:sqlite",
|
2023-09-24 23:49:24 -06:00
|
|
|
"db:studio": "pnpm drizzle-kit studio",
|
|
|
|
"init:env": "cp .env.example .env"
|
2023-04-20 04:20:00 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-12 00:42:57 -07:00
|
|
|
"@clerk/nextjs": "4.27.1",
|
|
|
|
"@clerk/themes": "1.7.9",
|
2023-11-17 23:35:46 -07:00
|
|
|
"@libsql/client": "0.4.0-pre.1",
|
2023-11-12 00:42:57 -07:00
|
|
|
"@paralleldrive/cuid2": "2.2.2",
|
|
|
|
"@t3-oss/env-nextjs": "0.7.1",
|
2023-11-17 23:35:46 -07:00
|
|
|
"@tanstack/react-query": "5.8.4",
|
2023-11-12 00:42:57 -07:00
|
|
|
"@unkey/api": "0.12.0",
|
|
|
|
"@vercel/analytics": "1.1.1",
|
|
|
|
"ably": "1.2.47",
|
|
|
|
"autoprefixer": "10.4.16",
|
|
|
|
"csv42": "5.0.0",
|
|
|
|
"dotenv": "16.3.1",
|
|
|
|
"drizzle-orm": "0.29.0",
|
2023-11-21 09:05:09 -07:00
|
|
|
"ioredis": "^5.3.2",
|
2023-11-12 00:42:57 -07:00
|
|
|
"next": "14.0.1",
|
|
|
|
"nextjs-cors": "2.1.2",
|
|
|
|
"postcss": "8.4.31",
|
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-11-17 23:35:46 -07:00
|
|
|
"react-icons": "4.12.0",
|
2023-11-12 00:42:57 -07:00
|
|
|
"sharp": "0.32.6",
|
2023-11-17 23:35:46 -07:00
|
|
|
"svix": "1.14.0",
|
2023-11-12 00:42:57 -07:00
|
|
|
"zod": "3.22.4"
|
2023-04-20 04:20:00 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-17 00:20:46 -07:00
|
|
|
"@flydotio/dockerfile": "^0.4.10",
|
2023-11-17 23:35:46 -07:00
|
|
|
"@tanstack/eslint-plugin-query": "5.8.4",
|
2023-11-12 00:42:57 -07:00
|
|
|
"@types/eslint": "8.44.7",
|
2023-11-19 16:50:29 -07:00
|
|
|
"@types/node": "20.9.2",
|
2023-11-12 00:42:57 -07:00
|
|
|
"@types/react": "18.2.37",
|
2023-11-17 23:35:46 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.11.0",
|
|
|
|
"@typescript-eslint/parser": "6.11.0",
|
2023-11-12 00:42:57 -07:00
|
|
|
"better-sqlite3": "9.1.1",
|
2023-11-17 23:35:46 -07:00
|
|
|
"daisyui": "4.4.2",
|
|
|
|
"drizzle-kit": "0.20.4",
|
|
|
|
"eslint": "8.54.0",
|
|
|
|
"eslint-config-next": "14.0.3",
|
2023-11-12 00:42:57 -07:00
|
|
|
"tailwindcss": "3.3.5",
|
2023-11-17 23:35:46 -07:00
|
|
|
"typescript": "5.2.2"
|
2023-11-17 00:20:46 -07:00
|
|
|
},
|
|
|
|
"dockerfile": {
|
|
|
|
"secrets": [
|
|
|
|
"NEXT_PUBLIC_APP_ENV",
|
|
|
|
"APP_ENV",
|
2023-11-21 09:11:19 -07:00
|
|
|
"REDIS_EXPIRY_SECONDS",
|
2023-11-17 00:20:46 -07:00
|
|
|
"UNKEY_ROOT_KEY",
|
|
|
|
"CLERK_SECRET_KEY",
|
|
|
|
"NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",
|
|
|
|
"CLERK_WEBHOOK_SIGNING_SECRET",
|
|
|
|
"NEXT_PUBLIC_CLERK_SIGN_IN_URL",
|
|
|
|
"NEXT_PUBLIC_CLERK_SIGN_UP_URL",
|
|
|
|
"ABLY_API_KEY",
|
|
|
|
"DATABASE_AUTH_TOKEN",
|
|
|
|
"DATABASE_URL",
|
2023-11-21 09:11:19 -07:00
|
|
|
"REDIS_URL"
|
2023-11-17 00:20:46 -07:00
|
|
|
]
|
2023-04-20 04:20:00 -06:00
|
|
|
}
|
2023-11-17 00:41:24 -07:00
|
|
|
}
|