io
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"db:studio": "prisma studio",
|
||||
"setup:test-user": "tsx scripts/create-test-user.ts",
|
||||
"setup:admin": "tsx scripts/create-admin-user.ts",
|
||||
"check:users": "tsx scripts/check-users.ts"
|
||||
"check:users": "tsx scripts/check-users.ts",
|
||||
"seed:quiz": "tsx scripts/seed-quiz-sample.ts"
|
||||
},
|
||||
"prisma": {
|
||||
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
||||
@@ -27,10 +28,11 @@
|
||||
"autoprefixer": "^10.4.27",
|
||||
"bcryptjs": "^3.0.3",
|
||||
"next": "^16.2.2",
|
||||
"next-auth": "^4.24.13",
|
||||
"next-auth": "^4.24.14",
|
||||
"pg": "^8.20.0",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-multi-date-picker": "^4.5.2",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user