-
Notifications
You must be signed in to change notification settings - Fork 665
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 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
{
"name": "wagmi-inapp",
"private": true,
"version": "0.0.49",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"fix": "biome check ./src --fix",
"format": "biome format ./src --write",
"lint": "biome check ./src"
},
"dependencies": {
"@tanstack/react-query": "5.81.5",
"@thirdweb-dev/wagmi-adapter": "workspace:*",
"react": "19.2.1",
"react-dom": "19.2.1",
"thirdweb": "workspace:*",
"viem": "2.39.0",
"wagmi": "2.19.4"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.0.4",
"@wagmi/cli": "latest",
"buffer": "^6.0.3",
"typescript": "5.8.3",
"vite": "7.1.11"
}
}