-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.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
{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/plots": "^1.2.3",
"@infinitywallet/infinity-connector": "^1.0.6",
"@rainbow-me/rainbowkit": "^1.1.3",
"alchemy-sdk": "^2.4.0",
"all": "^0.0.0",
"antd": "^4.23.4",
"axios": "^1.4.0",
"bignumber.js": "^9.1.0",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-lottie": "^1.2.3",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-redux": "^8.0.4",
"react-router-dom": "^6.4.2",
"react-simply-carousel": "^8.3.2",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"rollup-plugin-polyfill-node": "^0.11.0",
"sass": "^1.55.0",
"viem": "~1.2.9",
"wagmi": "^1.4.6",
"web3": "^1.8.0",
"gatewallet-wagmi-connector": "https://github.com/gatechain/gatewallet-wagmi-connector"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"prettier": "3.2.5",
"vite": "^3.1.0"
}
}