-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
139 lines (139 loc) · 4.41 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "meeting-media-manager",
"version": "25.1.1",
"description": "A cross platform app to download and present media for congregation meetings of Jehovah’s Witnesses.",
"keywords": [
"M³",
"jw",
"m3",
"meeting media manager"
],
"homepage": "https://sircharlo.github.io/meeting-media-manager/",
"bugs": "https://github.com/sircharlo/meeting-media-manager/issues",
"license": "AGPL-3.0-or-later",
"author": "Olivier Savignac",
"repository": {
"type": "git",
"url": "https://github.com/sircharlo/meeting-media-manager.git"
},
"scripts": {
"electron-rebuild": "./node_modules/.bin/electron-rebuild.cmd -f -m ./node_modules/better-sqlite3",
"generate:icons": "node ./build/svg2font.js",
"generate:logos": "icongenie generate -p ./build/profiles",
"dev": "quasar dev -m electron",
"build": "quasar build -m electron",
"build:debug": "quasar build -m electron --debug",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:lint": "eslint -c ./eslint.config.js './docs/**/*.{js,ts,cjs,mjs,mts,vue}'",
"docs:test": "vitest --project docs",
"format": "prettier \"**/*\" --ignore-unknown --write",
"lint": "eslint -c ./eslint.config.js './src/**/*.{js,ts,cjs,mjs,mts,vue}'",
"lint:types": "vue-tsc --noEmit -p tsconfig.json",
"test:unit": "vitest --project quasar --project electron"
},
"dependencies": {
"@numairawan/video-duration": "^1.0.0",
"@panzoom/panzoom": "^4.6.0",
"@quasar/extras": "^1.16.15",
"@sentry/electron": "^5.10.0",
"@sentry/vue": "8.48.0",
"@vueuse/core": "^12.4.0",
"@vueuse/router": "^12.4.0",
"better-sqlite3": "^11.8.0",
"cheerio": "^1.0.0",
"chokidar": "^4.0.3",
"countries-and-timezones": "^3.7.2",
"decompress": "^4.2.1",
"dompurify": "^3.2.3",
"electron-dl-manager": "^3.2.1",
"electron-updater": "^6.3.9",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.3.0",
"heic-convert": "^2.1.0",
"image-size": "^1.2.0",
"is-online": "^11.0.0",
"music-metadata": "^10.7.0",
"obs-websocket-js": "^5.0.6",
"p-queue": "^8.0.1",
"pdfjs-dist": "^4.10.38",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"pinia-shared-state": "^0.5.1",
"pretty-bytes": "^6.1.1",
"quasar": "^2.17.6",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.14.0",
"sortablejs": "^1.15.6",
"sortablejs-vue3": "^1.2.11",
"upath": "^2.0.1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@daipeng7/rollup-plugin-iconfont": "^3.0.6",
"@electron/rebuild": "^3.7.1",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@pinia/testing": "^0.1.7",
"@quasar/app-vite": "^2.0.7",
"@quasar/icongenie": "^4.0.0",
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.1.0",
"@quasar/vite-plugin": "^1.9.0",
"@rollup/plugin-inject": "^5.0.5",
"@sentry/esbuild-plugin": "^3.0.0",
"@sentry/vite-plugin": "^3.0.0",
"@types/better-sqlite3": "^7.6.12",
"@types/decompress": "^4.2.7",
"@types/dompurify": "^3.2.0",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/fs-extra": "^11.0.4",
"@types/heic-convert": "^2.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.14",
"@types/pretty-bytes": "^5.2.0",
"@types/sanitize-html": "^2.13.0",
"@types/sortablejs": "^1.15.8",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.3.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"electron": "^34.0.0",
"electron-builder": "^25.1.8",
"eslint": "^9.18.0",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"lodash-es": "^4.17.21",
"msw": "^2.7.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vitepress": "^1.5.0",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
},
"browserslist": [
"Electron >= 34"
],
"lint-staged": {
"*": "prettier --write --ignore-unknown",
"*.{js,ts,cjs,mjs,mts,vue}": "eslint --fix"
},
"engines": {
"node": "^20.18.1",
"yarn": "^4.5.2"
},
"os": [
"darwin",
"linux",
"win32"
],
"private": true,
"type": "module",
"packageManager": "[email protected]",
"productName": "Meeting Media Manager"
}