-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
70 lines (70 loc) · 1.86 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
{
"name": "opex",
"version": "v1.0.4-beta.7",
"homepage": "",
"private": true,
"dependencies": {
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^0.27.2",
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"js-api-client": "https://github.com/opexdev/js-api-client.git#develop",
"jwt-decode": "^3.1.2",
"lightweight-charts": "^4.0.1",
"moment-jalaali": "^0.10.0",
"normalize.css": "^8.0.1",
"radium": "^0.26.2",
"rc-scrollbars": "^1.1.5",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-dropzone": "^11.3.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.2.2",
"react-multi-date-picker": "^4.4.1",
"react-number-format": "^4.9.3",
"react-qr-code": "^2.0.11",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.0",
"react-scripts": "^5.0.1",
"react-select": "^5.7.3",
"react-swipeable-list": "^1.8.1",
"react-tooltip": "^4.2.21",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"packageManager": "[email protected]"
}