forked from pimlicolabs/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"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.0.4",
"@tanstack/react-query": "^5.18.0",
"@turnkey/http": "^2.7.1",
"@turnkey/viem": "^0.4.10",
"@types/node": "^20.11.2",
"@usecapsule/web-sdk": "^0.35.0",
"@web3auth/base": "^7.3.2",
"@web3auth/modal": "^7.3.2",
"lucide-react": "^0.309.0",
"magic-sdk": "^22.1.1",
"permissionless": "^0.1.19",
"react": "latest",
"react-dom": "latest",
"viem": "^2.9.23",
"vocs": "=1.0.0-alpha.44",
"wagmi": "^2.5.5"
},
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@types/react": "^18.2.47",
"dotenv": "^16.4.5",
"tsx": "^4.7.1"
}
}