59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "health-apps-admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@mui/icons-material": "^5.11.0",
|
|
"@mui/lab": "^5.0.0-alpha.117",
|
|
"@mui/material": "^5.11.7",
|
|
"@mui/styles": "^5.11.7",
|
|
"@mui/system": "^5.11.7",
|
|
"@mui/x-date-pickers": "^8.2.0",
|
|
"@mui/x-date-pickers-pro": "^8.4.0",
|
|
"axios": "^1.8.4",
|
|
"date-fns": "^4.1.0",
|
|
"firebase": "^11.6.0",
|
|
"formik": "^2.4.6",
|
|
"i": "^0.3.7",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"material-react-table": "^3.2.1",
|
|
"npm": "^11.3.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-image-crop": "^11.0.10",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-phone-input-2": "^2.15.1",
|
|
"react-redux": "^8.1.3",
|
|
"react-router-dom": "^6.20.0",
|
|
"react-toastify": "^9.1.3",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"redux": "^5.0.1",
|
|
"redux-localstorage": "^0.4.1",
|
|
"redux-promise-middleware": "^6.2.0",
|
|
"redux-thunk": "^3.1.0",
|
|
"yup": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@types/react": "^18.2.38",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@vitejs/plugin-react-swc": "^3.8.0",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"vite": "^6.3.1"
|
|
}
|
|
}
|