0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-03 10:35:14 +00:00
Files
jellyfin-vue/frontend/package.json
Fernando Fernández c9eff51eec chore: upgrade to vuetify 3.8
This version of Vuetify finally includes disposing logic
for its object when they need to be disposed, which could aid in Memory leak #2028

Signed-off-by: GitHub <noreply@github.com>
2025-04-01 10:38:54 +00:00

81 lines
2.4 KiB
JSON

{
"name": "@jellyfin-vue/frontend",
"version": "0.3.1",
"type": "module",
"browserslist": [
"defaults and supports es6-module"
],
"imports": {
"#/*": "./src/*"
},
"exports": {
".": "./src/main.ts",
"./vite-config": "./vite.config.ts"
},
"scripts": {
"analyze:bundle": "vite build --mode analyze:bundle --configLoader runner",
"analyze:cycles": "vite build --mode analyze:cycles --configLoader runner",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:inspect": "eslint-config-inspector",
"build": "vite build --configLoader runner",
"check": "npm run lint && npm run check:types",
"check:types": "vue-tsc",
"start": "vite --configLoader runner",
"serve": "vite preview --configLoader runner",
"prod": "npm run build && npm run serve",
"clean": "git clean -fxd",
"storybook": "storybook dev -p 6006 --config-dir storybook --no-open"
},
"dependencies": {
"@fontsource-variable/figtree": "5.2.6",
"@jellyfin-vue/shared": "*",
"@jellyfin-vue/ui-toolkit": "*",
"@jellyfin/sdk": "0.11.0",
"@skirtle/vue-vnode-utils": "0.2.0",
"@vueuse/core": "13.0.0",
"assjs": "0.1.4",
"audiomotion-analyzer": "4.5.0",
"axios": "1.8.4",
"blurhash": "2.0.5",
"comlink": "4.4.2",
"date-fns": "4.1.0",
"defu": "6.1.4",
"destr": "2.0.3",
"fast-equals": "5.2.2",
"hls.js": "1.5.20",
"libpgs": "0.8.1",
"sortablejs": "1.15.6",
"swiper": "11.2.6",
"uuid": "11.1.0",
"vue": "3.5.13",
"vue-i18n": "9.14.3",
"vue-router": "4.5.0",
"vuetify": "3.8.0"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.6",
"@iconify/json": "2.2.321",
"@intlify/unplugin-vue-i18n": "4.0.0",
"@jellyfin-vue/configs": "*",
"@jellyfin-vue/vite-plugins": "*",
"@rollup/plugin-virtual": "3.0.2",
"@storybook/addon-a11y": "8.6.11",
"@storybook/addon-essentials": "8.6.11",
"@storybook/addon-interactions": "8.6.11",
"@storybook/blocks": "8.6.11",
"@storybook/vue3": "8.6.11",
"@storybook/vue3-vite": "8.6.11",
"@types/sortablejs": "1.15.8",
"@vitejs/plugin-vue": "5.2.3",
"browserslist": "4.24.4",
"lightningcss": "1.29.3",
"type-fest": "4.38.0",
"unocss": "66.0.0",
"unplugin-vue-components": "28.4.1",
"unplugin-vue-router": "0.12.0",
"vite": "6.2.4",
"vite-plugin-vue-devtools": "7.7.2"
}
}