task-b.1
complere
This commit is contained in:
phaichayon
2026-06-15 11:19:31 +07:00
parent 89b39cad38
commit b8cd39eaa4
55 changed files with 4295 additions and 1848 deletions

View File

@@ -16,7 +16,8 @@
"migrate": "npx drizzle-kit migrate",
"studio": "npx drizzle-kit studio",
"seed:super-admin": "node scripts/seed-super-admin.js",
"setup:db": "npm run migrate && npm run seed:super-admin"
"seed:foundation": "node --experimental-strip-types src/db/seeds/foundation.seed.ts",
"setup:db": "npm run migrate && npm run seed:super-admin && npm run seed:foundation"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@@ -58,6 +59,7 @@
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-query-devtools": "^5.95.2",
"@tanstack/react-table": "^8.21.3",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@@ -92,8 +94,7 @@
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^5.0.12",
"bcryptjs": "^3.0.2"
"zustand": "^5.0.12"
},
"devDependencies": {
"@faker-js/faker": "^9.9.0",