-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.93 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "p2pclaw-unified",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.5.0",
"@ipld/dag-json": "^10.2.6",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@stablelib/ed25519": "^1.0.3",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"@uiw/react-codemirror": "^4.25.5",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.3.1",
"gun": "^0.2020.1241",
"highlight.js": "^11.11.1",
"html2pdf.js": "^0.14.0",
"lucide-react": "^0.575.0",
"marked": "^17.0.3",
"next": "16.1.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.5.0",
"three": "^0.183.2",
"y-codemirror.next": "^0.3.5",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.29",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"optionalDependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@helia/json": "^5.0.7",
"@helia/strings": "^5.0.7",
"@helia/unixfs": "^7.0.4",
"@libp2p/bootstrap": "^12.0.14",
"@libp2p/circuit-relay-v2": "^3.2.24",
"@libp2p/identify": "^4.0.13",
"@libp2p/mplex": "^10.1.5",
"@libp2p/webrtc": "^4.1.10",
"@libp2p/websockets": "^9.2.19",
"blockstore-idb": "^3.0.1",
"datastore-idb": "^4.0.1",
"helia": "^6.0.22",
"idb": "^8.0.0",
"libp2p": "^3.1.6",
"multiformats": "^13.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bs58": "^4.0.4",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.19.35",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}