60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"name": "mui-dta-dashboard",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"build:beta": "vite build --mode beta && cp -r ./dist/* /var/www/beta.app.ditchtheagent/html/",
|
|
"build:prod": "vite build --mode production",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"predeploy": "vite build && cp ./dist/index.html ./dist/404.html",
|
|
"deploy": "gh-pages -d dist"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/icons-material": "^7.3.2",
|
|
"@mui/material": "^7.3.2",
|
|
"@mui/x-data-grid": "^7.2.0",
|
|
"@mui/x-data-grid-generator": "^7.2.0",
|
|
"@mui/x-date-pickers": "^8.11.2",
|
|
"@react-google-maps/api": "^2.20.7",
|
|
"@types/zxcvbn": "^4.4.5",
|
|
"@vis.gl/react-google-maps": "^1.5.4",
|
|
"axios": "^1.10.0",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.10",
|
|
"echarts": "^5.5.0",
|
|
"echarts-for-react": "^3.0.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"formik": "^2.4.6",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-react": "^0.525.0",
|
|
"material-ui-popup-state": "^5.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"simplebar-react": "^3.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/react": "^4.1.1",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-prettier": "^5.5.3",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
}
|
|
}
|