Files
formularios_front/package.json
T

33 lines
744 B
JSON
Raw Normal View History

2025-04-01 09:35:40 -06:00
{
"name": "formularios_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-04-03 21:05:11 -06:00
"@yudiel/react-qr-scanner": "^2.2.1",
2025-04-03 15:37:35 -06:00
"axios": "^1.8.4",
2025-04-01 09:50:01 -06:00
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"next": "15.2.4",
2025-04-01 09:35:40 -06:00
"react": "^19.0.0",
2025-04-03 21:05:11 -06:00
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2"
2025-04-01 09:35:40 -06:00
},
"devDependencies": {
2025-04-01 09:50:01 -06:00
"@eslint/eslintrc": "^3",
2025-04-02 11:27:21 -06:00
"@types/bootstrap": "^5.2.10",
2025-04-01 09:35:40 -06:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
2025-04-01 09:50:01 -06:00
"sass": "^1.86.1",
"typescript": "^5"
2025-04-01 09:35:40 -06:00
}
}