-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 956 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 956 Bytes
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": "bridgebloc",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.10",
"@szhsin/react-menu": "^4.0.3",
"@tanstack/react-query": "^4.33.0",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.9",
"javascript-time-ago": "^2.5.9",
"lucide-react": "^0.271.0",
"millify": "^6.1.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-spinners": "^0.13.8",
"react-time-ago": "^7.2.1",
"react-use": "^17.4.0",
"sass": "^1.66.1",
"util": "^0.12.4",
"viem": "~0.3.36",
"wagmi": "^1.0.6"
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.5"
}
}