Files
jellyfin-vue/package.json
T

59 lines
1.6 KiB
JSON

{
"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.8",
"@storybook/vue3": "10.1.8",
"@storybook/vue3-vite": "10.1.8",
"@types/node": "25.0.1",
"eslint": "9.39.2",
"jiti": "2.6.1",
"storybook": "10.1.8",
"type-fest": "5.3.1",
"typescript": "5.9.3",
"unocss": "66.5.10",
"vite": "7.2.7",
"vitest": "4.0.15",
"vue-tsc": "3.1.8"
},
"peerDependencies": {
"@vue/shared": "*"
},
"overrides": {
"stylus": "0.64.0"
}
}