forked from worldofdypians/Metaverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.09 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
{
"name": "dyp-metaverse",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.14",
"@aws-amplify/ui-react": "^4.6.4",
"@binance/w3w-web3-connector": "^1.2.1",
"@binance/w3w-web3-connector-v2": "^1.2.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@ethersproject/providers": "^5.7.2",
"@material-ui/core": "^4.12.3",
"@mui/lab": "^5.0.0-alpha.122",
"@mui/material": "^5.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@web3-name-sdk/core": "^0.1.5",
"@web3-name-sdk/register": "^0.0.1-beta.1",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "6.1.9",
"aws-amplify": "^5.2.4",
"axios": "^1.2.1",
"base-64": "^1.0.0",
"bootstrap": "^5.2.3",
"encoding": "^0.1.13",
"ethers": "5.7.2",
"fs": "^0.0.1-security",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"js-abbreviation-number": "^1.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"node-sass": "^9.0.0",
"numeral": "^2.0.6",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"rc-slider": "^10.2.0",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.8.0",
"react-circular-progressbar": "^2.1.0",
"react-clipboard.js": "^2.0.16",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-countup": "^6.4.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-google-recaptcha": "^2.1.0",
"react-outside-click-handler": "^1.3.0",
"react-router-dom": "^6.5.0",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.13.1",
"sass": "^1.57.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"viem": "^1.19.7",
"web-vitals": "^2.1.4",
"web3": "^1.3.4",
"web3-connector": "https://github.com/gatechain/web3-connector#3.2.1"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@imtbl/sdk": "^1.45.2",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"url": "^0.11.0"
}
}