-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.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
{
"name": "rps-frontend-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@coinbase/onchainkit": "^0.35.0",
"@craco/craco": "^6.4.5",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.7",
"@nfteyez/sol-rayz": "^0.10.2",
"@rainbow-me/rainbowkit": "^2.2.0",
"@tanstack/react-query": "^5.48.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@thirdweb-dev/react": "^4.9.4",
"@wagmi/core": "^2.14.1",
"browser": "^0.2.6",
"browserify-zlib": "^0.2.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"fs": "^0.0.1-security",
"graphql": "^16.5.0",
"https-browserify": "^1.0.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"notistack": "^2.0.3",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.2",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-icons": "^4.3.1",
"react-modal": "^3.15.1",
"react-notifications": "^1.7.4",
"react-outside-click-handler": "^1.3.0",
"react-owl-carousel": "^2.3.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-toastify": "^8.2.0",
"slick-carousel": "^1.8.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"thirdweb": "^5.30.0",
"typescript": "^5.6.3",
"url": "^0.11.0",
"viem": "^2.21.32",
"wagmi": "^2.12.22",
"web-vitals": "^2.1.4",
"web3": "^1.7.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"defaults"
]
}
}