-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.56 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
{
"name": "winwin-trade",
"version": "1.0.4",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"@paypal/react-paypal-js": "^7.4.2",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.178",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/socket.io-client": "^1.4.36",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-daterangepicker": "^3.1.0",
"clipboard-copy": "^4.0.1",
"copy-text-to-clipboard": "^3.0.1",
"date-fns": "^2.27.0",
"dateformat": "^5.0.2",
"i18next": "^21.3.3",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"material-ui-search-bar": "^1.0.0",
"materialui-daterange-picker": "^1.1.92",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap-daterangepicker": "^7.0.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-google-recaptcha-v3": "^1.9.7",
"react-hook-form": "^7.18.1",
"react-horizontal-scrolling-menu": "^2.5.2",
"react-i18next": "^11.12.0",
"react-paypal-button-v2": "^2.6.3",
"react-qr-code": "^2.0.2",
"react-redux": "^7.2.0",
"react-resize-detector": "^6.7.6",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-spinners-css": "^2.0.1",
"react-verification-input": "^2.0.3",
"reaptcha": "^1.7.3",
"reconnecting-websocket": "^4.4.0",
"request-promise": "^4.2.6",
"socket.io-client": "^4.0.1",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"typescript": "~4.1.5",
"usehooks-ts": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"license": "MIT",
"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/dateformat": "^5.0.0",
"@types/react-router-dom": "^5.3.1",
"@types/styled-components": "^5.1.17",
"@types/styled-system": "^5.1.13"
}
}