-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 815 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 815 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
{
"name": "strategyweb",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "node scripts/fetch-contract-constants.js && vite",
"build": "node scripts/fetch-contract-constants.js && vite build",
"preview": "vite preview",
"fetch-constants": "node scripts/fetch-contract-constants.js"
},
"dependencies": {
"@apollo/client": "^4.0.9",
"@rainbow-me/rainbowkit": "^2.2.9",
"@tanstack/react-query": "^5.90.10",
"ethers": "^6.15.0",
"graphql": "^16.12.0",
"lucide-react": "^0.554.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.9.6",
"socket.io-client": "^4.8.1",
"viem": "^2.39.3",
"wagmi": "^2.19.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^7.2.4"
}
}