Files
funcionarios_front/package.json
T
2025-09-04 11:19:31 -06:00

33 lines
793 B
JSON

{
"name": "funcionarios_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3342",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.11.0",
"bootstrap": "^5.3.7",
"next": "15.4.5",
"react": "19.1.0",
"react-bootstrap": "^2.10.10",
"react-dom": "19.1.0",
"sass": "^1.89.2",
"sweetalert2": "^11.22.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"tailwindcss": "^4",
"typescript": "^5"
}
}