-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 805 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 805 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
{
"name": "warpwin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "biome check src",
"preview": "vite preview"
},
"dependencies": {
"@farcaster/frame-sdk": "latest",
"@farcaster/frame-wagmi-connector": "latest",
"@tanstack/react-query": "5.45.1",
"cors": "^2.8.5",
"ethers": "^6.13.7",
"express": "^5.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "latest",
"wagmi": "latest",
"xp.css": "^0.2.6"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@wagmi/cli": "latest",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}