-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
82 lines (82 loc) · 2.25 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "dodoc",
"productName": "do•doc",
"version": "11.1.19",
"description": "do•doc is a documentation tool for creativity.",
"author": "L’Atelier des Chercheurs <https://latelier-des-chercheurs.fr/>",
"homepage": "https://github.com/l-atelier-des-chercheurs/dodoc#readme",
"license": "AGPL-3.0-only",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/l-atelier-des-chercheurs/dodoc.git"
},
"bugs": {
"url": "https://github.com/l-atelier-des-chercheurs/dodoc/issues"
},
"scripts": {
"start": "electron .",
"debug": "electron --inspect=5858 . -- --debug --verbose",
"node-start": "node .",
"node-debug": "node . --inspect=5858 -- --debug --verbose",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"engines": {
"node": "20.18.1",
"npm": "*"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"archiver": "^7.0.1",
"bonjour-service": "^1.3.0",
"chalk": "^4.1.2",
"cheerio": "^0.22.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"electron-pdf-window": "^1.0.12",
"electron-store": "^8.2.0",
"electron-window-state": "^5.0.3",
"eventemitter2": "^6.4.9",
"exifr": "^7.1.3",
"express": "^4.21.2",
"fast-folder-size": "^2.3.0",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"formidable": "^2.1.2",
"fs-extra": "^11.2.0",
"heic-decode": "^2.0.0",
"helmet": "^7.2.0",
"lru-cache": "^10.4.3",
"md5-file": "^5.0.0",
"node-fetch": "^2.7.0",
"pad-left": "^2.1.0",
"path": "^0.12.7",
"portscanner": "^2.2.0",
"pug": "^3.0.3",
"rich-text": "^4.1.0",
"sharedb": "^4.1.5",
"sharedb-logger": "^0.1.4",
"sharp": "^0.33.5",
"slugg": "^1.2.1",
"socket.io": "^4.8.1",
"unzipper": "^0.12.3",
"uuid": "^9.0.1",
"websocket-json-stream": "0.0.3",
"write-file-atomic": "^6.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"electron": "33.3.0",
"electron-builder": "^24.13.3",
"electron-rebuild": "^3.2.9",
"node-gyp": "^10.3.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"extractd": "^2.1.2"
}
}