-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
56
57
58
{
"name": "universal-connectivity-browser",
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --noEmit -p tsconfig.json",
"protobuf": "protons src/lib/protobuf/*.proto"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@headlessui/react": "^2.0.1",
"@helia/delegated-routing-v1-http-api-client": "^4.1.1",
"@heroicons/react": "^2.1.3",
"@libp2p/bootstrap": "^11.0.10",
"@libp2p/circuit-relay-v2": "^3.1.0",
"@libp2p/identify": "^3.0.10",
"@libp2p/interface-pubsub": "^4.0.1",
"@libp2p/logger": "^5.1.3",
"@libp2p/ping": "^2.0.10",
"@libp2p/pubsub-peer-discovery": "^11.0.0",
"@libp2p/webrtc": "^5.0.16",
"@libp2p/websockets": "^9.0.11",
"@libp2p/webtransport": "^5.0.16",
"@multiformats/multiaddr": "^12.3.1",
"clsx": "^2.1.1",
"debug": "^4.3.7",
"it-length-prefixed": "^9.1.0",
"it-map": "^3.1.1",
"it-pipe": "^3.0.1",
"it-protobuf-stream": "^1.1.5",
"libp2p": "^2.2.1",
"next": "14.2.13",
"protons-runtime": "^5.5.0",
"react": "18.3.1",
"react-18-blockies": "^1.0.6",
"react-dom": "18.3.1",
"uint8arrays": "^5.1.0",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"protons": "^7.6.0",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}