-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.03 KB
/
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
40
41
{
"name": "documentation",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview"
},
"dependencies": {
"@biconomy/sdk": "^0.0.11",
"@biconomy/sdk-canary": "0.0.21",
"@dynamic-labs/sdk-react-core": "^3.6.3",
"@types/react": "^18.3.12",
"@typescript/twoslash": "^3.2.8",
"@usecapsule/viem-v2-integration": "^2.7.0",
"@usecapsule/web-sdk": "^2.7.0",
"@web3auth/ethereum-provider": "^9.4.4",
"dotenv": "^16.4.5",
"linkinator": "^6.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vocs": "^1.0.0-alpha.62"
},
"devDependencies": {
"@biconomy/account": "4.5.7",
"@biconomy/use-aa": "1.1.1",
"@tanstack/react-query": "^5.51.1",
"@turnkey/http": "^2.15.0",
"@turnkey/sdk-server": "^1.5.0",
"@turnkey/viem": "^0.6.2",
"@types/react-dom": "^18.3.0",
"@web3auth/base": "^9.4.4",
"@web3auth/modal": "^9.4.4",
"viem": "^2.17.3",
"wagmi": "^2.12.33"
}
}