Files
trenes/frontend/package.json

32 lines
868 B
JSON
Raw Normal View History

{
"name": "trenes-frontend",
"version": "1.0.0",
"description": "Frontend para sistema de tracking de trenes en tiempo real",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"leaflet": "^1.9.4",
"react-leaflet": "^4.2.1",
"socket.io-client": "^4.6.1",
"date-fns": "^3.0.6",
"lucide-react": "^0.309.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.8",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5"
}
}