Skip to content

Commit 933b36d

Browse files
Merge pull request #31 from yassine-hamadou/production
Production
2 parents 850545e + e554ade commit 933b36d

File tree

406 files changed

+13681
-49369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

406 files changed

+13681
-49369
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"@ant-design/plots": "^1.2.5",
99
"@ant-design/pro-components": "^2.4.14",
1010
"@devexpress/analytics-core": "22.2.6",
11+
"@devexpress/dx-react-core": "^4.0.5",
12+
"@devexpress/dx-react-grid": "^4.0.5",
13+
"@devexpress/dx-react-grid-material-ui": "^4.0.5",
1114
"@emotion/react": "^11.10.5",
1215
"@emotion/styled": "^11.10.5",
1316
"@formatjs/intl-pluralrules": "4.3.3",
@@ -17,6 +20,7 @@
1720
"@fullcalendar/interaction": "^5.11.3",
1821
"@fullcalendar/react": "^5.11.2",
1922
"@jridgewell/sourcemap-codec": "^1.4.15",
23+
"@mui/icons-material": "^5.14.1",
2024
"@mui/material": "^5.10.13",
2125
"@popperjs/core": "2.11.5",
2226
"@rollup/plugin-terser": "^0.4.1",
@@ -57,6 +61,7 @@
5761
"react-bootstrap": "2.5.0-beta.1",
5862
"react-copy-to-clipboard": "5.1.0",
5963
"react-dom": "18.0.0",
64+
"react-hook-form": "^7.45.4",
6065
"react-inlinesvg": "3.0.0",
6166
"react-intl": "5.25.0",
6267
"react-query": "3.38.0",
@@ -108,7 +113,7 @@
108113
"scripts": {
109114
"start": "set PORT=3000 && react-scripts start",
110115
"startL": "PORT=3000 react-scripts start",
111-
"build": "react-scripts build",
116+
"build": "set GENERATE_SOURCEMAP=false&&react-scripts build",
112117
"buildOnENP": "set BUILD_PATH=../../mine-care && react-scripts build",
113118
"ciBuild": "set \"CI=false\" && react-scripts build",
114119
"test": "react-scripts test",

src/_metronic/helpers/APIURL.jsx

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/_metronic/helpers/crud-helper/consts.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/_metronic/helpers/crud-helper/helpers.tsx

Lines changed: 0 additions & 124 deletions
This file was deleted.

src/_metronic/helpers/crud-helper/models.ts

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)