-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "ssb-cljs-repl",
"version": "1.0.0",
"description": "SSB Clojurescript REPL",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "@nanomonkey",
"license": "ISC",
"private": true,
"dependencies": {
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"create-react-class": "^15.7.0",
"csurf": "^1.11.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"express-ws": "^5.0.2",
"flumedb": "^2.1.8",
"flumeview-query": "^8.0.0",
"flumeview-reduce": "^1.4.0",
"formidable": "^2.0.1",
"http": "0.0.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pull-stream": "^3.6.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"session": "^0.1.0",
"shadow-cljs": "^2.16.8",
"source-map-support": "^0.5.21",
"ssb-about": "^2.0.1",
"ssb-backlinks": "^2.1.1",
"ssb-blobs": "^2.0.1",
"ssb-config": "^3.4.6",
"ssb-gossip": "^1.1.1",
"ssb-keys": "^8.2.0",
"ssb-private": "^1.1.0",
"ssb-query": "^2.4.5",
"ssb-replicate": "^1.3.3",
"ssb-serve-blobs": "^3.0.0",
"ssb-server": "^15.3.0",
"stream-to-pull-stream": "^1.7.3",
"websocket": "^1.0.34",
"ws": "^8.3.0"
}
}