Files
tabungin/package.json
Dwindi Ramadhana 6a6e74562c checkpoint: goals feature, wallet balance, and goals/wallet detail UI
- Add goals feature (models, migrations, API, web pages)
- Add reserved/centralized wallet balance service
- Add wallet detail page and overview components
- Add new UI components (progress, multi-select, FAB)
- Remove stray empty -H/-d files from working tree
2026-06-17 20:40:00 +07:00

24 lines
565 B
JSON
Executable File

{
"name": "tabungin",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "concurrently -n API,WEB -c cyan,magenta \"npm run --prefix apps/api dev\" \"npm run --prefix apps/web dev\"",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"format": "prettier -w ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^6.14.0"
},
"devDependencies": {
"concurrently": "^9.2.0",
"prettier": "^3.6.2",
"prisma": "^6.14.0"
}
}