Files

33 lines
794 B
JSON
Raw Permalink Normal View History

2025-08-01 15:15:18 -06:00
{
"name": "funcionarios_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2025-08-07 11:21:58 -06:00
"start": "source ~/.nvm/nvm.sh && nvm use 22.10.0 && npm install && next build && next start -p 3342",
2025-08-01 15:15:18 -06:00
"lint": "next lint"
},
"dependencies": {
2025-08-07 11:03:56 -06:00
"axios": "^1.11.0",
2025-08-07 10:18:56 -06:00
"bootstrap": "^5.3.7",
"next": "^15.3.6",
2025-08-01 15:15:18 -06:00
"react": "19.1.0",
2025-08-07 10:18:56 -06:00
"react-bootstrap": "^2.10.10",
2025-08-01 15:15:18 -06:00
"react-dom": "19.1.0",
2025-09-04 11:19:31 -06:00
"sass": "^1.89.2",
2025-11-20 12:26:05 -06:00
"sweetalert2": "^11.26.1"
2025-08-01 15:15:18 -06:00
},
"devDependencies": {
2025-08-07 10:18:56 -06:00
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-08-01 15:15:18 -06:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.5",
2025-08-07 10:18:56 -06:00
"tailwindcss": "^4",
"typescript": "^5"
2025-08-01 15:15:18 -06:00
}
}