fully working when deployed
This commit is contained in:
+3
-2
@@ -15,6 +15,7 @@
|
||||
"db:reset": "tsx scripts/reset-db.ts",
|
||||
"db:reset-confirm": "tsx scripts/reset-db.ts --confirm",
|
||||
"db:seed": "tsx scripts/setup-database.ts --essential-only",
|
||||
"db:check": "tsx scripts/check-database.ts",
|
||||
"postinstall": "npm run db:init"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -41,6 +42,7 @@
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.0.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"drizzle-kit": "^0.20.6",
|
||||
"drizzle-orm": "^0.29.1",
|
||||
"drizzle-zod": "^0.5.1",
|
||||
"jose": "^6.1.0",
|
||||
@@ -55,6 +57,7 @@
|
||||
"react-hook-form": "^7.62.0",
|
||||
"tailwind-merge": "^2.1.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tsx": "^4.20.5",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -66,12 +69,10 @@
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"autoprefixer": "^10.0.1",
|
||||
"drizzle-kit": "^0.20.6",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "^15.5.3",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.3.0",
|
||||
"tsx": "^4.20.5",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user