diff --git a/dashboard/bun.lockb b/dashboard/bun.lockb index ec6a87b..5fcc46e 100755 Binary files a/dashboard/bun.lockb and b/dashboard/bun.lockb differ diff --git a/dashboard/package.json b/dashboard/package.json index 4e18553..11080c0 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -30,10 +30,13 @@ "@tanstack/react-table": "^8.20.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.0", + "dotenv": "^16.4.7", + "drizzle-orm": "^0.38.3", "lucide-react": "^0.462.0", "next": "15.0.3", "next-themes": "^0.4.3", "oslo": "^1.1.3", + "pg": "^8.13.1", "react": "19.0.0-rc-66855b96-20241106", "react-dom": "19.0.0-rc-66855b96-20241106", "react-hook-form": "^7.51.0", @@ -48,14 +51,17 @@ }, "devDependencies": { "@types/node": "^22.9.3", + "@types/pg": "^8.11.10", "@types/react": "npm:types-react@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "autoprefixer": "^10.0.1", + "drizzle-kit": "^0.30.1", "eslint": "^8", "eslint-config-next": "15.0.3", "postcss": "^8", "tailwindcss": "^3.3.0", "ts-node": "^10.9.2", + "tsx": "^4.19.2", "typescript": "^5.4.2" }, "overrides": {