Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production #31

Merged
merged 13 commits into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"@ant-design/plots": "^1.2.5",
"@ant-design/pro-components": "^2.4.14",
"@devexpress/analytics-core": "22.2.6",
"@devexpress/dx-react-core": "^4.0.5",
"@devexpress/dx-react-grid": "^4.0.5",
"@devexpress/dx-react-grid-material-ui": "^4.0.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@formatjs/intl-pluralrules": "4.3.3",
Expand All @@ -17,6 +20,7 @@
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.10.13",
"@popperjs/core": "2.11.5",
"@rollup/plugin-terser": "^0.4.1",
Expand Down Expand Up @@ -57,6 +61,7 @@
"react-bootstrap": "2.5.0-beta.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.45.4",
"react-inlinesvg": "3.0.0",
"react-intl": "5.25.0",
"react-query": "3.38.0",
Expand Down Expand Up @@ -108,7 +113,7 @@
"scripts": {
"start": "set PORT=3000 && react-scripts start",
"startL": "PORT=3000 react-scripts start",
"build": "react-scripts build",
"build": "set GENERATE_SOURCEMAP=false&&react-scripts build",
"buildOnENP": "set BUILD_PATH=../../mine-care && react-scripts build",
"ciBuild": "set \"CI=false\" && react-scripts build",
"test": "react-scripts test",
Expand Down
1 change: 0 additions & 1 deletion src/_metronic/helpers/APIURL.jsx

This file was deleted.

6 changes: 0 additions & 6 deletions src/_metronic/helpers/crud-helper/consts.ts

This file was deleted.

124 changes: 0 additions & 124 deletions src/_metronic/helpers/crud-helper/helpers.tsx

This file was deleted.

83 changes: 0 additions & 83 deletions src/_metronic/helpers/crud-helper/models.ts

This file was deleted.

Loading