0d610c470b
Reviewed-on: #4
35 lines
885 B
JSON
35 lines
885 B
JSON
{
|
|
"name": "formularios_front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3240",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@yudiel/react-qr-scanner": "^2.2.1",
|
|
"axios": "^1.8.4",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"js-cookie": "^3.0.5",
|
|
"next": "15.2.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hot-toast": "^2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.2.4",
|
|
"sass": "^1.86.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|