NORY-41: add drizzle dependencies

This commit is contained in:
Markus Thielker 2025-01-04 10:16:22 +01:00
parent 49ec50e3df
commit 70e376615d
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View file

@ -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": {