Files
cargaMasiva_front/package.json
T
2026-08-02 22:09:30 -06:00

33 lines
830 B
JSON

{
"name": "carga_descarga_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 3256",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.19.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"framer-motion": "^12.43.0",
"jwt-decode": "^4.0.0",
"next": "^16.2.12",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/bootstrap": "^5.2.11",
"@types/node": "^20",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"autoprefixer": "^10.5.4",
"postcss": "^8.5.25",
"sass": "^1.102.0",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3"
}
}