Files
Neon-Desk/frontend/package.json
Francesco 3f0e3102a2 chore: Update frontend devDependencies to latest
- @types/react: 19.1.0 -> 19.2.14
- @types/react-dom: 19.1.1 -> 19.2.3
- postcss: 8.4.50 -> 8.5.6

Note: @types/node kept at 22.x for Node 20 compatibility
2026-02-19 03:09:41 +00:00

37 lines
935 B
JSON

{
"name": "fiscal-frontend",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "16.1.6",
"next-auth": "^5.0.0-beta.25",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^2.15.4",
"lucide-react": "^0.574.0",
"date-fns": "^4.1.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.1"
},
"devDependencies": {
"@types/node": "^22.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"tailwindcss": "^3.4.19",
"postcss": "^8.5.6",
"autoprefixer": "^10.4.24"
}
}