Files
formularios_front/package.json
T

37 lines
1.0 KiB
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",
2025-04-08 10:28:56 -06:00
"start:local": "next build && next start -p 3246",
2025-04-08 10:45:31 -06:00
"start:dev": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246",
"start:prod": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3246",
2025-04-01 09:35:40 -06:00
"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",
2025-04-07 19:55:37 -06:00
"js-cookie": "^3.0.5",
2025-04-01 09:50:01 -06:00
"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-07 19:55:37 -06:00
"@types/js-cookie": "^3.0.6",
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-08 10:28:56 -06:00
"sass": "^1.32.13",
2025-04-01 09:50:01 -06:00
"typescript": "^5"
2025-04-01 09:35:40 -06:00
}
}