{ "name": "formularios_front", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@yudiel/react-qr-scanner": "^2.2.1", "axios": "^1.8.4", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "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/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.2.4", "sass": "^1.86.1", "typescript": "^5" } }