Files
accountbook/frontend/package.json
T
DeveloperandClaude Opus 4.6 3347a256b2 Initial commit: accountbook project
- Node.js backend server
- Frontend application
- Backup script
- Project specification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:24:10 +08:00

17 lines
315 B
JSON

{
"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"
}
}