{ "name": "velo-threat-hunter-ui", "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.8", "@mui/material": "^6.4.8", "@tailwindcss/vite": "^4.1.7", "axios": "^1.10.0", "csv-parser": "^3.2.0", "express": "^5.1.0", "lucide-react": "^0.515.0", "multer": "^2.0.1", "react": "^18.0.0", "react-dom": "^18.0.0", "react-dropzone": "^14.3.8", "react-router": "^7.6.0" }, "devDependencies": { "@types/react-router": "^5.1.20", "@vitejs/plugin-react": "^4.4.1", "autoprefixer": "^10.4.21", "postcss": "^8.5.5", "tailwindcss": "^4.1.10", "vite": "^6.3.5" } }