forked from streamerd/tba-auctions-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 973 Bytes
/
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
{
"name": "vite-wagmi-ethers6",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"clean": "rm -rf node_modules"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.10",
"@mui/styled-engine-sc": "^5.14.10",
"@tokenbound/sdk": "^0.3.5",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"connectkit": "^1.5.1",
"ethers": "^6.7.0",
"moralis": "^2.22.5",
"process": "^0.11.10",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"styled-components": "^6.0.8",
"util": "^0.12.5",
"viem": "^1.5.4",
"wagmi": "^1.3.10"
},
"devDependencies": {
"@types/react": "^18.2.19",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}