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
57 lines (57 loc) · 1.72 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "pimlico-docs",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview",
"search-index": "vocs search-index"
},
"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",
"@getpara/viem-v2-integration": "^1.0.0",
"@getpara/web-sdk": "^1.0.0",
"@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",
"@metamask/delegation-toolkit": "^0.12.0",
"@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",
"@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.50",
"react": "latest",
"react-dom": "latest",
"viem": "^2.32.1",
"vitest": "^2.0.5",
"vocs": "1.0.14-main.20250716T102132",
"wagmi": "^2.5.5"
},
"devDependencies": {
"@biomejs/biome": "^2.1.1",
"@types/react": "^18.2.47",
"dotenv": "^16.4.5",
"tailwindcss": "^4.0.12",
"tsx": "^4.7.1"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}