-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
54 lines (54 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pimlico-docs",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview"
},
"dependencies": {
"@arcana/auth": "^1.0.10",
"@dfns/lib-viem": "^0.3.1",
"@dfns/sdk": "^0.3.1",
"@dfns/sdk-keysigner": "^0.3.1",
"@fireblocks/fireblocks-web3-provider": "^1.3.3",
"@lit-protocol/auth-helpers": "^3.0.0",
"@lit-protocol/lit-node-client": "^3.0.0",
"@lit-protocol/pkp-ethers": "^3.0.0",
"@lit-protocol/types": "^3.0.0",
"@magic-ext/oauth": "^16.1.1",
"@particle-network/auth": "^1.3.1",
"@particle-network/provider": "^1.3.2",
"@permissionless/wagmi": "^0.1.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.18.0",
"@turnkey/http": "^2.7.1",
"@turnkey/viem": "^0.4.10",
"@types/node": "^20.11.2",
"@usecapsule/viem-v2-integration": "^1.10.1",
"@usecapsule/web-sdk": "^1.13.1",
"@web3auth/base": "^7.3.2",
"@web3auth/modal": "^7.3.2",
"caniuse-lite": "^1.0.30001655",
"lucide-react": "^0.309.0",
"magic-sdk": "^22.1.1",
"permissionless": "0.2.14",
"react": "latest",
"react-dom": "latest",
"viem": "^2.21.34",
"vitest": "^2.0.5",
"vocs": "=1.0.0-alpha.55",
"wagmi": "^2.5.5"
},
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@types/react": "^18.2.47",
"dotenv": "^16.4.5",
"tsx": "^4.7.1"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}