FlowBudget MVP: Chrome extension with SKU-level parsing, sinking funds, seasonal baselines, lifestyle creep heatmap, net worth dashboard

This commit is contained in:
Bun Bun
2026-06-19 12:31:22 +00:00
commit d6b9fe0ac6
24 changed files with 3465 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "flowbudget",
"version": "1.0.0",
"description": "Intelligent Cross-Platform Budgeting Layer",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"test": "node tests/run-tests.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.268",
"@types/node": "^20.14.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}