-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "sermonindex-app",
"version": "1.0.0",
"description": "SermonIndex Node Software — Decentralized P2P Sermon Library",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"keywords": [
"sermonindex",
"ipfs",
"sermons",
"p2p"
],
"author": "SermonIndex",
"license": "MIT",
"dependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-yamux": "^8.0.1",
"@helia/strings": "^5.0.7",
"@helia/unixfs": "^7.1.0",
"@libp2p/bootstrap": "^12.0.14",
"@libp2p/circuit-relay-v2": "^4.1.6",
"@libp2p/identify": "^4.0.13",
"@libp2p/webrtc": "^6.0.14",
"@libp2p/websockets": "^10.1.6",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2",
"@vitejs/plugin-react": "^4.3.4",
"blockstore-idb": "^2.0.2",
"datastore-idb": "^3.0.2",
"helia": "^6.0.22",
"ogv": "^1.9.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^5.4.11"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1"
}
}