-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.07 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.07 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
{
"name": "fileferry",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/smp46/FileFerry.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/smp46/FileFerry/issues"
},
"homepage": "https://github.com/smp46/FileFerry#readme",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"build:staging": "vite build --mode staging"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@libp2p/autonat": "^2.0.35",
"@libp2p/bootstrap": "^11.0.42",
"@libp2p/circuit-relay-v2": "^3.0.0",
"@libp2p/dcutr": "^2.0.34",
"@libp2p/identify": "^3.0.1",
"@libp2p/kad-dht": "^15.1.6",
"@libp2p/keychain": "^5.2.7",
"@libp2p/ping": "^2.0.1",
"@libp2p/webrtc": "^5.0.0",
"@libp2p/websockets": "^9.0.0",
"@libp2p/webtransport": "^5.0.44",
"@multiformats/multiaddr": "^12.0.0",
"@multiformats/multiaddr-matcher": "^1.7.2",
"@tailwindcss/vite": "^4.1.10",
"@types/geoip-lite": "^1.4.4",
"@vitejs/plugin-basic-ssl": "^2.0.0",
"dashphrase": "github:smp46/DashPhraseButChill",
"geoip-lite": "^1.4.10",
"it-pushable": "^3.2.0",
"lean-qr": "^2.5.0",
"libp2p": "^2.0.0",
"streamsaver": "^2.0.6",
"tailwindcss": "^4.1.10",
"vite": "^6.0.3",
"web-streams-polyfill": "^4.1.0"
},
"devDependencies": {
"@eslint/css": "^0.8.1",
"@eslint/js": "^9.28.0",
"@html-eslint/eslint-plugin": "^0.41.0",
"@html-eslint/parser": "^0.41.0",
"@libp2p/interface": "^2.10.3",
"@libp2p/interface-connection": "^5.1.1",
"@libp2p/interface-peer-id": "^2.0.2",
"@libp2p/interface-registrar": "^2.0.12",
"@types/node": "^24.0.1",
"@types/streamsaver": "^2.0.5",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"prettier-plugin-classnames": "^0.7.8",
"prettier-plugin-tailwindcss": "^0.6.12",
"test-ipfs-example": "^1.0.0",
"typedoc": "^0.28.5",
"typescript": "^5.8.3"
}
}