-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
{
"name": "dat-tiddlywiki",
"version": "0.0.1",
"description": "Multiwriter Dat + Tiddlywiki",
"author": "Jim Pick (@jimpick)",
"main": "server/index.js",
"bin": {
"dat-tiddlywiki": "./server/index.js"
},
"scripts": {
"start": "node server"
},
"repository": {
"type": "git",
"url": "https://github.com/jimpick/dat-tiddlywiki.git"
},
"dependencies": {
"@jimpick/hyperdrive-hyperdb-backend": "^9.12.3-10",
"automerge": "^0.7.8",
"brfs": "^1.6.1",
"budo": "^11.2.0",
"choo": "^6.11.0-preview1",
"choo-service-worker": "^2.4.0",
"clipboard-copy": "^2.0.0",
"compression": "^1.7.2",
"dat-colors": "^3.5.1",
"deep-equal": "^1.0.1",
"diff": "^3.5.0",
"express": "^4.16.3",
"express-ws": "^3.0.0",
"file-saver": "^1.3.8",
"focus-trap": "^2.4.4",
"helmet-csp": "^2.7.0",
"hsts": "^2.1.0",
"hyperdiscovery": "^7.1.0",
"jszip": "^3.1.5",
"mkdirp": "^0.5.1",
"monotonic-timestamp-base36": "^1.0.0",
"nocache": "^2.0.0",
"pretty-hash": "^1.0.1",
"random-access-idb": "^1.0.4",
"random-access-memory": "^3.0.0",
"sharp": "^0.20.2",
"sheetify": "^7.3.2",
"sheetify-nested": "^1.0.2",
"thunky": "^1.0.2",
"tiddlywiki": "^5.1.16",
"to-buffer": "^1.1.1",
"websocket-stream": "^5.1.2",
"workbox-build": "^3.2.0"
},
"engines": {
"node": "9.x"
},
"license": "MIT"
}