Files
ThreatHunt/frontend/package.json
2025-06-16 08:27:55 -04:00

30 lines
815 B
JSON

{
"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",
"lucide-react": "^0.515.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"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"
}
}