-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.56 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
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": "13.0.41",
"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": "node .",
"debug": "node . --inspect=5858 -- --debug --verbose",
"debug-lr": "node . --inspect=5858 -- --debug --verbose --livereload",
"postinstall": "npm install --include=optional sharp && node scripts/cleanup-ffprobe.js",
"preversion": "npm run build --prefix client && git add client/dist",
"sync:electron-version": "ROOT_VERSION=$(node -p \"require('./package.json').version\") && npm version --no-git-tag-version \"$ROOT_VERSION\" --prefix electron",
"version": "npm run sync:electron-version && git add electron/package.json electron/package-lock.json",
"postversion": "git push --follow-tags",
"setup-https": "node scripts/setup-https-certs.js"
},
"engines": {
"node": "24.14.0",
"npm": "*"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"archiver": "^7.0.1",
"bonjour-service": "^1.3.0",
"chalk": "^5.6.2",
"cheerio": "^1.2.0",
"compression": "^1.8.1",
"cors": "^2.8.6",
"electron-store": "^11.0.2",
"eventemitter2": "^6.4.9",
"exifr": "^7.1.3",
"express": "^5.2.1",
"express-slow-down": "^3.1.0",
"fast-folder-size": "^2.4.0",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"formidable": "^3.5.4",
"fs-extra": "^11.3.4",
"heic-decode": "^2.1.0",
"helmet": "^8.1.0",
"lru-cache": "^11.3.5",
"md5-file": "^5.0.0",
"node-fetch": "^2.7.0",
"nodemailer": "^7.0.13",
"path": "^0.12.7",
"platform-folders": "^0.6.1",
"portscanner": "^2.2.0",
"pug": "^3.0.4",
"puppeteer": "^24.40.0",
"rich-text": "^4.1.0",
"sharedb": "^5.2.2",
"sharedb-logger": "^0.1.4",
"sharp": "^0.34.5",
"slugg": "^1.2.1",
"socket.io": "^4.8.3",
"unzipper": "^0.12.3",
"uuid": "^13.0.0",
"websocket-json-stream": "0.0.3",
"write-file-atomic": "^7.0.1",
"ws": "^8.20.0"
},
"devDependencies": {
"node-gyp": "^12.2.0"
},
"optionalDependencies": {
"bufferutil": "4.1.0",
"extractd": "^2.1.2"
}
}