41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "uamils-management-portal",
|
|
"version": "1.0.0",
|
|
"description": "Tenant Management Portal for UAMILS Drone Detection System",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.15.0",
|
|
"axios": "^1.5.0",
|
|
"lucide-react": "^0.263.1",
|
|
"@headlessui/react": "^1.7.17",
|
|
"@heroicons/react": "^2.0.18",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-i18next": "^13.5.0",
|
|
"i18next": "^23.7.8",
|
|
"i18next-browser-languagedetector": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.27",
|
|
"tailwindcss": "^3.3.3",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|