Checkpoint: Initial stable CheckFlow base before i18n and demo mode

This commit is contained in:
Wonhee Han
2026-08-20 14:01:12 +09:00
parent ed076cf5ab
commit dbfaa0fcb2
42 changed files with 4727 additions and 167 deletions
+14 -2
View File
@@ -6,18 +6,30 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"dev:sqlite": "set DATABASE_URL=file:./prisma/dev.db && next dev"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@prisma/client": "^6.19.3",
"bcryptjs": "^3.0.3",
"csv-parse": "^7.0.2",
"next": "16.3.1",
"next-auth": "^4.24.15",
"prisma": "^6.19.3",
"react": "19.2.8",
"react-dom": "19.2.8"
"react-dom": "19.2.8",
"uuid": "^14.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^11.0.0",
"eslint": "^9",
"eslint-config-next": "16.3.1",
"tailwindcss": "^4",