{ "name": "finanzas", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@types/node": "^25.1.0", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "@types/uuid": "^10.0.0", "autoprefixer": "^10.4.23", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.563.0", "next": "^14.2.35", "postcss": "^8.5.6", "react": "^18.3.1", "react-dom": "^18.3.1", "recharts": "^3.7.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^3.4.19", "uuid": "^13.0.0", "zustand": "^5.0.10" }, "devDependencies": { "typescript": "^5.9.3" } }