Scaffolded the OpenBudget app structure with initial pages, components, and data. Included features for compare, reform design, and about sections. Added base utilities, design system, and data handling modules.

This commit is contained in:
m17hr1l
2025-10-19 21:05:34 +02:00
commit 06a312d5e9
42 changed files with 79507 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"name": "openbudget-app",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-select": "^2.2.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-table": "^8.16.0",
"clsx": "^2.1.0",
"fast-xml-parser": "^5.3.0",
"framer-motion": "^11.0.0",
"i18next": "^23.10.1",
"npm": "^11.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-router-dom": "^6.23.0",
"recharts": "^2.9.0",
"zod": "^3.23.8",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^7.1.9",
"vitest": "^3.2.4"
},
"packageManager": "npm@11.6.1"
}