mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-06-07 04:31:49 +00:00
59 lines
1.6 KiB
JSON
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"
|
|
},
|
|
"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": ">=22.11.0 <23.0.0",
|
|
"npm": ">=10.9.0",
|
|
"yarn": "yarn is not supported. Please use npm"
|
|
},
|
|
"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.16"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "4.0.0",
|
|
"@eslint/config-inspector": "1.0.2",
|
|
"@storybook/addon-a11y": "9.0.5",
|
|
"@storybook/vue3": "9.0.5",
|
|
"@storybook/vue3-vite": "9.0.5",
|
|
"@types/node": "22.15.30",
|
|
"eslint": "9.28.0",
|
|
"jiti": "2.4.2",
|
|
"storybook": "9.0.5",
|
|
"type-fest": "4.41.0",
|
|
"typescript": "5.8.3",
|
|
"unocss": "66.1.3",
|
|
"vite": "6.3.5",
|
|
"vitest": "3.2.2",
|
|
"vue-tsc": "2.2.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/shared": "*"
|
|
},
|
|
"overrides": {
|
|
"stylus": "0.64.0"
|
|
}
|
|
}
|