forked from endrl/segment-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "jellyfin-segment-editor",
"version": "0.4.5",
"description": "Manage Jellyfin Media Segments",
"productName": "Jellyfin Segment Editor",
"author": "endrl <[email protected]>",
"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": {
"@quasar/extras": "^1.16.12",
"@tauri-apps/api": "2.1.1",
"@vueuse/core": "^11.0.3",
"blurhash": "^2.0.5",
"comlink": "^4.4.1",
"hls.js": "^1.5.15",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^3.2.1",
"quasar": "^2.16.9",
"vue": "^3.4.38",
"vue-i18n": "^9.14.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.54",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@quasar/app-vite": "^1.9.5",
"@quasar/cli": "^2.4.1",
"@tauri-apps/cli": "2.1.0",
"@types/node": "22.5.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "^10.4.16",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unplugin-icons": "0.17.4",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-yaml2": "^1.1.5"
},
"engines": {
"node": ">= 18",
"npm": ">= 6.13.4",
"yarn": "Not supported, use npm"
}
}