-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "ssb-tribes2-demo",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssbc/ssb-tribes2-demo.git"
},
"author": "Jacob Karlsson <[email protected]>",
"license": "LGPL-3.0-only",
"bugs": {
"url": "https://github.com/ssbc/ssb-tribes2-demo/issues"
},
"homepage": "https://github.com/ssbc/ssb-tribes2-demo#readme",
"devDependencies": {
"electron": "25.2.0",
"eslint": "8.44.0",
"eslint-plugin-react-hooks": "4.6.0"
},
"dependencies": {
"pull-stream": "3.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"secret-stack": "6.4.2",
"ssb-bendy-butt": "1.0.2",
"ssb-box2": "7.1.0",
"ssb-classic": "1.1.0",
"ssb-conn": "6.0.4",
"ssb-db2": "7.2.0",
"ssb-ebt": "9.1.2",
"ssb-friends": "5.1.7",
"ssb-keys": "8.5.0",
"ssb-lan": "1.2.3",
"ssb-meta-feeds": "0.39.0",
"ssb-replication-scheduler": "3.1.0",
"ssb-subset-rpc": "0.3.6",
"ssb-tribes2": "1.4.0"
}
}