-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.72 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
83
84
85
86
87
88
89
90
{
"name": "les-cahiers-du-studio",
"productName": "Les Cahiers du Studio",
"version": "2.3.7",
"description": "A time-based documentation tool to collaboratively keep notes and capture media from live experiences.",
"author": "L’Atelier des Chercheurs <https://latelier-des-chercheurs.fr/>",
"homepage": "https://github.com/l-atelier-des-chercheurs/Les-Cahiers-du-Studio",
"license": "AGPL-3.0-only",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/l-atelier-des-chercheurs/Les-Cahiers-du-Studio"
},
"bugs": {
"url": "https://github.com/l-atelier-des-chercheurs/Les-Cahiers-du-Studio/issues"
},
"scripts": {
"start": "electron .",
"debug": "electron --inspect=5858 . --debug --verbose",
"debug-brk": "electron --inspect=5858 . --debug-brk --verbose",
"node-start": "node .",
"node-debug": "node . --inspect=5858 --debug --verbose",
"node-debug-brk": "node . --inspect=5858 --debug-brk --verbose",
"pack": "build --dir",
"dist": "build",
"postinstall": "electron-builder install-app-deps"
},
"engines": {
"node": "8.9.3",
"npm": "*"
},
"build": {
"electronVersion": "2.0.18",
"appId": "les-cahiers-du-studio",
"productName": "Les Cahiers du Studio",
"asar": false,
"mac": {
"category": "public.app-category.education"
}
},
"dependencies": {
"archiver": "^3.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dodoc-parsedown": "github:louis-ev/dodoc-parsedown#master",
"electron-pdf-window": "^1.0.12",
"electron-window-state": "^5.0.3",
"exif-reader": "^1.0.3",
"express": "^4.17.1",
"ffmpeg-static": "^3.0.0",
"ffprobe-static": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"formidable": "^1.2.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"gulp-util": "^3.0.8",
"memory-cache": "^0.2.0",
"moment": "^2.24.0",
"node-localstorage": "^2.1.5",
"node-stl-to-thumbnail": "github:louis-ev/node-stl-to-thumbnail#develop",
"pad-left": "^2.1.0",
"path": "^0.12.7",
"platform-folders": "^0.4.1",
"portscanner": "^2.2.0",
"pug": "^2.0.4",
"quill-render": "^1.0.5",
"rich-text": "^4.0.0",
"sharedb": "^1.1.0",
"sharedb-logger": "^0.1.4",
"sharp": "^0.24.1",
"slugg": "^1.2.1",
"socket.io": "^2.3.0",
"source-map": "^0.7.3",
"spark-md5": "^3.0.0",
"uuid": "^3.3.3",
"validator": "^12.1.0",
"websocket-json-stream": "0.0.3",
"write-file-atomic": "^3.0.1",
"ws": "^7.2.1"
},
"devDependencies": {
"electron": "^2.0.18",
"electron-builder": "^20.43.0",
"electron-rebuild": "^1.8.5",
"node-gyp": "^4.0.0"
}
}