forked from yassine-hamadou/enp-mineCare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·144 lines (144 loc) · 4.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "esms",
"version": "8.1.0",
"private": true,
"homepage": "/esms/",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/plots": "^1.2.5",
"@ant-design/pro-components": "^2.4.14",
"@devexpress/analytics-core": "22.2.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@formatjs/intl-pluralrules": "4.3.3",
"@formatjs/intl-relativetimeformat": "10.0.1",
"@fortawesome/fontawesome-free": "6.1.1",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mui/material": "^5.10.13",
"@popperjs/core": "2.11.5",
"@rollup/plugin-terser": "^0.4.1",
"@syncfusion/ej2-base": "^21.1.40",
"@syncfusion/ej2-react-buttons": "^21.1.37",
"@syncfusion/ej2-react-calendars": "^21.1.41",
"@syncfusion/ej2-react-dropdowns": "^21.1.41",
"@syncfusion/ej2-react-schedule": "^21.1.41",
"activity": "^0.1.1",
"animate.css": "4.1.1",
"antd": "^5.4.7",
"apexcharts": "3.35.0",
"axios": "0.26.1",
"bootstrap": "5.2.0-beta1",
"bootstrap-icons": "^1.5.0",
"chart.js": "3.7.1",
"clsx": "1.1.1",
"core-js": "^3.30.2",
"del": "^7.0.0",
"devexpress-dashboard": "22.2-stable",
"devexpress-dashboard-react": "^22.2.6",
"devexpress-reporting": "^22.2.6",
"devextreme": "22.2.6",
"devextreme-react": "22.2-stable",
"formik": "2.2.9",
"json-server": "^0.17.0",
"knockout": "^3.5.1",
"line-awesome": "1.3.0",
"nouislider": "15.5.1",
"prism-react-renderer": "1.3.1",
"prism-themes": "1.9.0",
"prismjs": "1.28.0",
"prop-types": "^15.8.1",
"qs": "6.10.3",
"rc-field-form": "^1.22.0",
"react": "18.0.0",
"react-apexcharts": "1.4.0",
"react-bootstrap": "2.5.0-beta.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.0.0",
"react-inlinesvg": "3.0.0",
"react-intl": "5.25.0",
"react-query": "3.38.0",
"react-router-dom": "6.3.0",
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"react-topbar-progress-indicator": "4.1.1",
"sass": "1.50.1",
"socicon": "3.0.5",
"svgo": "2.0.0",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-syntax-flow": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@jest/globals": "^29.5.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@testing-library/dom": "7.21.4",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "14.4.3",
"@types/bootstrap": "5.1.10",
"@types/chart.js": "2.9.37",
"@types/jest": "27.4.1",
"@types/node": "16.11.27",
"@types/prismjs": "1.26.0",
"@types/qs": "6.9.7",
"@types/react": "18.0.6",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-dom": "18.0.2",
"@types/react-table": "^7.7.9",
"@types/uuid": "^8.3.4",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.1",
"react-refresh": "^0.14.0",
"rtlcss-webpack-plugin": "^4.0.7",
"typescript": "4.6.3",
"webpack": "5.x.x",
"webpack-cli": "^5.1.1"
},
"scripts": {
"start": "set PORT=3000 && react-scripts start",
"startL": "PORT=3000 react-scripts start",
"build": "react-scripts build",
"buildOnENP": "set BUILD_PATH=../../mine-care && react-scripts build",
"ciBuild": "set \"CI=false\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --check .",
"format": "prettier --write .",
"rtl": "webpack --config webpack-rtl.config.js",
"server": "json-server --watch dba.json --port 3001 --delay 1000 --id 'entryId'",
"server2": "json-server --watch Vmeqpus.json --port 3002 --delay 1000 --id 'fleetId'",
"server3": "json-server --watch db.json --port 4192 --delay 1000 --id 'id'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintIgnore": [
"dist/*"
]
}