Initial commit: accountbook project

- Node.js backend server
- Frontend application
- Backup script
- Project specification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Developer
2026-03-12 11:24:10 +08:00
co-authored by Claude Opus 4.6
commit 3347a256b2
131 changed files with 7287 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "accountbook-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3500",
"build": "next build",
"start": "next start -p 3500"
},
"dependencies": {
"chart.js": "^4.5.1",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}