Files
new_servicio_social_front/package.json
T
stern f14dda7eff
Validar iris / validate (push) Successful in 1m35s
Validar iris / deploy-dev (push) Failing after 8s
Estandarizar iris y automatizar despliegue
2026-08-06 06:33:39 -06:00

46 lines
1.0 KiB
JSON

{
"name": "new_iris_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"axios": "^1.12.2",
"bootstrap": "^5.3.8",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"moment": "^2.30.1",
"next": "^16.0.7",
"react": "19.1.0",
"react-bootstrap": "^2.10.10",
"react-datepicker": "^8.7.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"sass": "^1.95.0",
"sweetalert2": "^11.26.17",
"sweetalert2-react-content": "^5.1.0",
"validator": "^13.15.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/validator": "^13.15.3",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"typescript": "^5"
},
"engines": {
"node": "22.21.1",
"npm": "10.9.4"
},
"packageManager": "npm@10.9.4"
}