IncidentMgmtSystem / package.json
Debashis
Deploy AIMS - 2026-03-28 18:05:41
d352673
raw
history blame contribute delete
672 Bytes
{
"name": "aims-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext ts,tsx"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@mui/material": "^5.14.0",
"@mui/icons-material": "^5.14.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"axios": "^1.6.0",
"date-fns": "^2.30.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.1.0",
"vite": "^5.0.0",
"typescript": "^5.3.0"
}
}