Skip to content

Commit

Permalink
Added Supergood + OpenAI to domain
Browse files Browse the repository at this point in the history
  • Loading branch information
aklarfeld committed Mar 6, 2024
1 parent cdfe654 commit 2180a40
Show file tree
Hide file tree
Showing 9 changed files with 23,513 additions and 4,372 deletions.
18,503 changes: 14,137 additions & 4,366 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dx:next": "run-s migrate-dev db-seed && next dev",
"dx:prisma-studio": "pnpm prisma-studio",
"dx": "run-p dx:* --print-label",
"dev": "pnpm dx:next",
"dev": "sst bind next dev",
"prebuild": "run-s generate migrate",
"build": "next build",
"start": "next start",
Expand Down Expand Up @@ -43,8 +43,10 @@
"@trpc/server": "npm:@trpc/server@next",
"clsx": "^2.0.0",
"next": "^14.0.1",
"openai": "^4.28.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supergood": "^1.2.11",
"superjson": "^1.12.4",
"zod": "^3.0.0"
},
Expand All @@ -55,6 +57,8 @@
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"autoprefixer": "^10.4.7",
"aws-cdk-lib": "2.124.0",
"constructs": "10.3.0",
"dotenv": "^16.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.1",
Expand All @@ -64,6 +68,7 @@
"postcss": "^8.4.14",
"prettier": "^2.8.8",
"prisma": "^5.8.1",
"sst": "^2.40.6",
"start-server-and-test": "^1.12.0",
"tailwindcss": "^3.3.0",
"tsx": "^4.0.0",
Expand Down
Loading

0 comments on commit 2180a40

Please sign in to comment.