-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
129 lines (129 loc) · 4.3 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
{
"name": "boibook-client",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "cross-env GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "cross-env GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "cross-env GENERATE_SOURCEMAP=false react-app-rewired test",
"eject": "react-scripts eject"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/bignumber": "^5.6.2",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/units": "^5.6.1",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.95",
"@mui/material": "^5.10.2",
"@project-serum/anchor": "^0.22.1",
"@reduxjs/toolkit": "^1.8.1",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.9.3",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.15.4",
"@solana/web3.js": "^1.35.1",
"@tabler/icons": "^1.68.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.14",
"axios": "^0.27.2",
"bs58": "^5.0.0",
"classnames": "^2.3.1",
"csstype": "^3.0.11",
"env-cmd": "^10.1.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.13",
"gsap": "^3.10.4",
"history": "^5.3.0",
"html-react-parser": "^2.0.0",
"https-browserify": "^1.0.0",
"image-to-base64": "^2.2.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"oddslib": "^2.1.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"qrcode.react": "^3.0.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-country-flag": "^3.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.4.0",
"react-intl": "^5.24.6",
"react-number-format": "^4.9.3",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"react-share": "^4.4.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.5.1",
"stream-http": "^3.2.0",
"swiper": "^6.8.4",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"url": "^0.11.0",
"web-vitals": "^2.1.4",
"web3": "^1.7.3",
"yup": "^0.32.11"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@types/image-to-base64": "^2.1.0",
"@types/jquery": "^3.5.14",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^18.0.6",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "^4.24.0",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"react-app-rewired": "^2.2.1",
"react-error-overlay": "6.0.9",
"sass": "^1.49.7"
}
}