2023-04-20 04:20:00 -06:00
|
|
|
{
|
|
|
|
"name": "sprintpadawan",
|
2023-06-15 00:06:50 -06:00
|
|
|
"version": "1.1.8",
|
2023-04-20 04:20:00 -06:00
|
|
|
"description": "Plan. Sprint. Repeat.",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "next build",
|
2023-05-30 12:55:14 -06:00
|
|
|
"serv": "NEXTAUTH_URL=http://localhost:3000 && next dev",
|
|
|
|
"dev": "railway run pnpm serv",
|
2023-04-20 04:20:00 -06:00
|
|
|
"postinstall": "prisma generate",
|
|
|
|
"lint": "next lint",
|
2023-05-30 12:55:14 -06:00
|
|
|
"start": "next start",
|
|
|
|
"connect": "railway link"
|
2023-04-20 04:20:00 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ably-labs/react-hooks": "^2.1.1",
|
2023-06-12 18:53:55 -06:00
|
|
|
"@auth/prisma-adapter": "^1.0.0",
|
2023-05-30 12:31:47 -06:00
|
|
|
"@prisma/client": "4.15.0",
|
2023-06-13 16:31:43 -06:00
|
|
|
"@tanstack/react-query": "^4.29.13",
|
2023-06-12 00:09:08 -06:00
|
|
|
"@trpc/client": "10.30.0",
|
|
|
|
"@trpc/next": "10.30.0",
|
|
|
|
"@trpc/react-query": "10.30.0",
|
|
|
|
"@trpc/server": "10.30.0",
|
2023-05-28 00:25:07 -06:00
|
|
|
"ably": "^1.2.40",
|
2023-04-20 04:20:00 -06:00
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
"json2csv": "6.0.0-alpha.2",
|
2023-06-11 00:40:14 -06:00
|
|
|
"next": "^13.4.5",
|
2023-04-20 04:20:00 -06:00
|
|
|
"next-auth": "^4.22.1",
|
2023-05-29 16:41:04 -06:00
|
|
|
"postcss": "^8.4.24",
|
2023-06-03 01:35:40 -06:00
|
|
|
"preact": "^10.15.1",
|
2023-04-20 04:20:00 -06:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-05-29 16:41:04 -06:00
|
|
|
"react-icons": "^4.9.0",
|
2023-05-21 20:02:51 -06:00
|
|
|
"redicache-ts": "^0.1.1",
|
2023-06-07 22:21:02 -06:00
|
|
|
"resend": "^0.15.1",
|
2023-05-31 16:40:03 -06:00
|
|
|
"sharp": "^0.32.1",
|
2023-04-20 04:20:00 -06:00
|
|
|
"superjson": "1.12.3",
|
|
|
|
"zod": "^3.21.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-13 16:31:43 -06:00
|
|
|
"@types/eslint": "^8.40.2",
|
2023-05-29 18:56:10 -06:00
|
|
|
"@types/json2csv": "^5.0.3",
|
|
|
|
"@types/next-pwa": "^5.6.4",
|
2023-06-13 16:31:43 -06:00
|
|
|
"@types/node": "^20.3.1",
|
2023-06-12 18:24:29 -06:00
|
|
|
"@types/react": "^18.2.12",
|
|
|
|
"@types/react-dom": "^18.2.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
|
|
|
"@typescript-eslint/parser": "^5.59.11",
|
2023-06-12 00:09:08 -06:00
|
|
|
"daisyui": "^3.1.0",
|
2023-06-02 23:10:36 -06:00
|
|
|
"eslint": "^8.42.0",
|
2023-06-11 00:40:14 -06:00
|
|
|
"eslint-config-next": "^13.4.5",
|
2023-05-30 12:31:47 -06:00
|
|
|
"next-pwa": "^5.6.0",
|
|
|
|
"prisma": "4.15.0",
|
|
|
|
"tailwindcss": "^3.3.2",
|
2023-06-02 23:10:36 -06:00
|
|
|
"typescript": "^5.1.3"
|
2023-04-20 04:20:00 -06:00
|
|
|
},
|
|
|
|
"ct3aMetadata": {
|
|
|
|
"initVersion": "7.5.9"
|
|
|
|
}
|
|
|
|
}
|