-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.68 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
55
{
"name": "liquid-gossip",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --open",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^12.2.0",
"@astrojs/react": "^4.1.5",
"@astrojs/tailwind": "^5.1.4",
"@chainsafe/libp2p-gossipsub": "^13.2.0",
"@chainsafe/libp2p-noise": "^15.1.2",
"@chainsafe/libp2p-yamux": "^6.0.0",
"@libp2p/autonat": "^1.1.5",
"@libp2p/bootstrap": "^10.1.5",
"@libp2p/circuit-relay-v2": "^1.1.5",
"@libp2p/crypto": "^4.1.9",
"@libp2p/identify": "^2.1.5",
"@libp2p/peer-id": "^4.2.4",
"@libp2p/pubsub-peer-discovery": "^10.0.3",
"@libp2p/tcp": "^9.1.6",
"@libp2p/webrtc": "^4.1.10",
"@libp2p/websockets": "^8.2.0",
"@libp2p/webtransport": "^4.1.9",
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.4",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express": "^4.21.2",
"it-pipe": "^3.0.1",
"libp2p": "^1.8.3",
"lucide-react": "^0.473.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
}
}