Files
cargaMasiva_front/package.json
T
2025-06-20 21:29:52 -06:00

29 lines
620 B
JSON

{
"name": "carga_descarga_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.9.0",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.13.1",
"framer-motion": "^12.18.1",
"next": "15.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"sass": "^1.32.13",
"typescript": "^5"
}
}