Skip to content

Commit

Permalink
IDA-500
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Jan 6, 2025
1 parent a6c8abd commit 6bbd36e
Show file tree
Hide file tree
Showing 3 changed files with 4,290 additions and 1,719 deletions.
7 changes: 5 additions & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"build": "next build",
"start": "next start",
"format": "biome format --write .",
"db-introspect": "npx drizzle-kit pull"
"db:introspect": "npx drizzle-kit pull",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.5",
Expand Down Expand Up @@ -49,7 +52,6 @@
"next": "14.2.11",
"next-safe-action": "^7.9.9",
"next-themes": "^0.3.0",
"postgres": "^3.4.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
Expand All @@ -62,6 +64,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@cloudflare/next-on-pages": "^1.13.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 6bbd36e

Please sign in to comment.