forked from endrl/segment-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"name": "jellyfin-segment-editor",
"version": "0.5.1",
"description": "Manage Jellyfin Media Segments",
"productName": "Jellyfin Segment Editor",
"author": "endrl, Intro-Skipper contributors <intro-skipper.org>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"tauri": "tauri"
},
"dependencies": {
"@jellyfin/sdk": "^0.11.0",
"@quasar/extras": "^1.16.17",
"@tauri-apps/api": "^2.2.0",
"@vueuse/core": "^12.5.0",
"axios": "^1.7.9",
"blurhash": "^2.0.5",
"comlink": "^4.4.2",
"hls.js": "^1.5.20",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
"quasar": "^2.17.7",
"vue": "^3.5.13",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@quasar/app-vite": "^2.0.9",
"@quasar/cli": "^2.4.1",
"@tauri-apps/cli": "^2.2.7",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"js-yaml": "^4.1.0",
"prettier": "^3.5.0",
"typescript": "^5.7.3",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.1.0",
"webpack-merge": "^6.0.1"
},
"engines": {
"node": ">= 18",
"npm": ">= 6.13.4",
"yarn": "Not supported, use npm"
}
}