2025-10-20 19:29:24 -06:00
|
|
|
{
|
|
|
|
|
"name": "censo-frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-27 17:41:24 -06:00
|
|
|
"@ericblade/quagga2": "^1.8.4",
|
2025-11-12 17:50:38 -06:00
|
|
|
"@zxing/browser": "^0.1.5",
|
2025-10-22 13:27:10 -06:00
|
|
|
"@zxing/library": "^0.21.3",
|
2025-11-12 16:35:22 -06:00
|
|
|
"axios": "^1.13.2",
|
2025-10-28 23:10:32 -06:00
|
|
|
"js-cookie": "^3.0.5",
|
2025-11-21 08:43:38 -06:00
|
|
|
"jwt-decode": "^4.0.0",
|
2026-03-13 21:32:26 -04:00
|
|
|
"leaflet": "^1.9.4",
|
|
|
|
|
"leaflet.heat": "^0.2.0",
|
2026-01-09 16:10:26 -06:00
|
|
|
"next": "^16.0.7",
|
2025-11-12 16:35:22 -06:00
|
|
|
"react": "19.2.0",
|
|
|
|
|
"react-dom": "19.2.0",
|
2026-03-12 18:45:04 -05:00
|
|
|
"react-hot-toast": "^2.6.0",
|
2026-03-13 21:32:26 -04:00
|
|
|
"react-leaflet": "^5.0.0",
|
2026-03-12 18:45:04 -05:00
|
|
|
"react-select": "^5.10.2",
|
|
|
|
|
"recharts": "^3.8.0"
|
2025-10-20 19:29:24 -06:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-22 13:27:10 -06:00
|
|
|
"@eslint/eslintrc": "^3",
|
2025-10-28 23:10:32 -06:00
|
|
|
"@types/js-cookie": "^3.0.6",
|
2026-03-13 21:32:26 -04:00
|
|
|
"@types/leaflet": "^1.9.21",
|
2025-11-12 16:35:22 -06:00
|
|
|
"@types/node": "^24",
|
2025-10-20 19:29:24 -06:00
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2025-12-10 17:05:41 -06:00
|
|
|
"baseline-browser-mapping": "^2.9.6",
|
2025-10-20 19:29:24 -06:00
|
|
|
"eslint": "^9",
|
2025-11-12 16:35:22 -06:00
|
|
|
"eslint-config-next": "16.0.2",
|
|
|
|
|
"sass": "^1.94.0",
|
2025-10-22 13:27:10 -06:00
|
|
|
"typescript": "^5"
|
2025-10-20 19:29:24 -06:00
|
|
|
}
|
|
|
|
|
}
|