Files
Claude Sonnet 5 f386f74036 Restore from Gitea ZIP snapshot (12.08.2026) after full instance reinstall
Git history was lost when the previous Gitea instance was wiped and
reinstalled due to an unresolved corruption bug — this commit is the
last known-good file content, exported before the reinstall. Prior
commit history is not recoverable through this path.
2026-08-12 19:24:01 +00:00

45 lines
1.1 KiB
JSON

{
"name": "project-claude",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"rotate-key": "tsx scripts/rotate-credential-key.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.115.0",
"argon2": "^0.45.1",
"better-sqlite3": "^12.11.1",
"drizzle-orm": "^0.45.2",
"ical.js": "^2.2.1",
"imapflow": "^1.5.0",
"next": "16.2.12",
"node-cron": "^4.6.0",
"nodemailer": "^9.0.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"tsdav": "^2.3.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.12",
"tsx": "^4.23.1",
"typescript": "^5",
"vitest": "^3.2.7"
}
}