Files
front-Censo/package.json
T

28 lines
563 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-22 13:27:10 -06:00
"@zxing/library": "^0.21.3",
"next": "15.5.6",
2025-10-20 19:29:24 -06:00
"react": "19.1.0",
2025-10-22 13:27:10 -06:00
"react-dom": "19.1.0"
2025-10-20 19:29:24 -06:00
},
"devDependencies": {
2025-10-22 13:27:10 -06:00
"@eslint/eslintrc": "^3",
2025-10-20 19:29:24 -06:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.6",
2025-10-22 13:27:10 -06:00
"sass": "^1.93.2",
"typescript": "^5"
2025-10-20 19:29:24 -06:00
}
}