-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.59 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
{
"name": "mantis-material-react",
"version": "2.1.0",
"private": true,
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^5.0.1",
"@apollo/client": "^3.8.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/cache": "^11.10.7",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/base": "^5.0.0-alpha.126",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
"@mui/x-date-pickers": "^6.10.1",
"@reduxjs/toolkit": "^1.9.5",
"@svgr/webpack": "^7.0.0",
"apollo-client": "^2.6.10",
"apollo-link-ws": "^1.0.20",
"axios": "^1.3.5",
"buffer": "^6.0.3",
"chance": "^1.1.11",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"electron-is-dev": "^2.0.0",
"formik": "^2.2.9",
"framer-motion": "^10.12.4",
"graphql": "^15.8.0",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-intl": "^6.4.1",
"react-redux": "^8.0.5",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"react-timer-hook": "^3.0.5",
"react-toastify": "^9.1.3",
"react-use-websocket": "^4.5.0",
"react18-input-otp": "^1.1.3",
"redux": "^4.2.1",
"simplebar": "^6.2.5",
"simplebar-react": "^3.2.4",
"stream-browserify": "^3.0.0",
"stylis-plugin-rtl": "^2.1.1",
"subscriptions-transport-ws": "^0.9.19",
"tailwindcss": "^3.3.3",
"util": "^0.12.5",
"uuid": "^9.0.1",
"web-vitals": "^3.3.1",
"yup": "^1.1.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@svgr/webpack": "6.4.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"electron": "^28.0.0",
"electron-builder": "^24.9.1",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.7",
"react-error-overlay": "6.0.11",
"wait-on": "^7.2.0"
}
}