Refactor Study Desk application structure
This commit is contained in:
parent
faaccf8a7e
commit
089439ed90
145 changed files with 8087 additions and 3412 deletions
11
package.json
11
package.json
|
|
@ -8,7 +8,11 @@
|
|||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"test": "vitest run"
|
||||
"test": "vitest run",
|
||||
"benchmark:remediation": "vitest run --config vitest.benchmark.config.ts",
|
||||
"db:preflight": "node scripts/migration-preflight.mjs",
|
||||
"db:backup": "node scripts/backup-database.mjs",
|
||||
"auth:reset": "node scripts/request-password-reset.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
|
|
@ -20,7 +24,8 @@
|
|||
"better-sqlite3": "^12.11.1",
|
||||
"iron-session": "^8.0.4",
|
||||
"jsonrepair": "^3.14.1",
|
||||
"next": "16.2.9",
|
||||
"next": "16.3.0",
|
||||
"prisma": "^7.8.0",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-markdown": "^10.1.0",
|
||||
|
|
@ -30,12 +35,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@types/better-sqlite3": "^9.6.0",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"eslint": "^9",
|
||||
"eslint-config-next": "16.2.9",
|
||||
"prisma": "^7.8.0",
|
||||
"tailwindcss": "^4",
|
||||
"typescript": "^5",
|
||||
"vitest": "^4.1.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue