Files
front-Censo/package.json
T

35 lines
777 B
JSON
Raw Normal View History

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",
"js-cookie": "^3.0.5",
2025-11-21 08:43:38 -06:00
"jwt-decode": "^4.0.0",
2025-11-12 16:35:22 -06:00
"next": "16.0.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hot-toast": "^2.6.0"
2025-10-20 19:29:24 -06:00
},
"devDependencies": {
2025-10-22 13:27:10 -06:00
"@eslint/eslintrc": "^3",
"@types/js-cookie": "^3.0.6",
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",
"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
}
}