{ "name": "jellyfin-vue", "private": true, "type": "module", "homepage": "https://jellyfin.org/", "bugs": { "url": "https://github.com/jellyfin/jellyfin-vue/issues" }, "packageManager": "npm@11.6.1", "repository": { "type": "git", "url": "https://github.com/jellyfin/jellyfin-vue/" }, "license": "GPL-3.0-only", "author": "jellyfin-vue Contributors (https://github.com/jellyfin/jellyfin-vue/graphs/contributors)", "workspaces": [ "frontend", "packaging/tauri", "packages/*" ], "engines": { "node": ">=24.11.0 <25.0.0", "npm": ">=11.6.1" }, "scripts": { "lint": "npm run lint -ws --include-workspace-root=false", "lint:fix": "npm run lint:fix -ws --include-workspace-root=false", "check:types": "npm run check:types -ws --include-workspace-root=false", "analyze:cycles": "npm run analyze:cycles -ws --include-workspace-root=false", "test": "npm run test -ws --include-workspace-root=false" }, "dependencies": { "vue": "3.5.25" }, "devDependencies": { "@chromatic-com/storybook": "4.1.3", "@eslint/config-inspector": "1.4.2", "@storybook/addon-a11y": "10.1.11", "@storybook/vue3": "10.1.11", "@storybook/vue3-vite": "10.1.11", "@types/node": "25.0.3", "eslint": "9.39.2", "jiti": "2.6.1", "storybook": "10.1.11", "type-fest": "5.3.1", "typescript": "5.9.3", "unocss": "66.5.12", "vite": "7.3.0", "vitest": "4.0.16", "vue-tsc": "3.2.1" }, "peerDependencies": { "@vue/shared": "*" }, "overrides": { "stylus": "0.64.0" } }