-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.04 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
{
"name": "device-management",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@reduxjs/toolkit": "^1.6.2",
"@types/classnames": "^2.3.1",
"@types/dateformat": "^5.0.0",
"axios": "^0.19.0",
"axios-mock-adapter": "^1.17.0",
"chartist": "^0.11.4",
"classnames": "^2.3.1",
"clsx": "^1.0.4",
"connected-react-router": "^6.6.1",
"dateformat": "^5.0.2",
"jwt-decode": "^3.1.2",
"material-table": "^1.69.3",
"material-ui-search-bar": "^1.0.0",
"materialui-daterange-picker": "^1.1.92",
"perfect-scrollbar": "^1.5.3",
"react": "^17.0.2",
"react-chartist": "^0.14.4",
"react-confirm-alert": "^2.7.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.19.5",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.1",
"reaptcha": "^1.7.3",
"reconnecting-websocket": "^4.4.0",
"redux": "^4.1.2",
"redux-dynamic-modules": "^5.2.0",
"redux-dynamic-modules-saga": "^5.2.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.4.0",
"typesafe-actions": "^5.1.0",
"typescript": "~4.1.5"
},
"scripts": {
"start": "set PORT=3001 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.14.20",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.3.2",
"prettier": "^2.4.1",
"utility-types": "^3.10.0"
}
}