jellyfin-vue/frontend/package.json

110 lines
3.6 KiB
JSON

{
"name": "@jellyfin-vue/frontend",
"version": "0.3.1",
"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)",
"browserslist": [
"defaults and supports es6-module"
],
"scripts": {
"analyze": "vite build --mode analyze",
"build": "vite build",
"check": "npm run lint && npm run typecheck",
"start": "vite",
"serve": "vite preview",
"lint": "eslint . --ignore-path ../.gitignore --max-warnings=0 --cache --cache-location node_modules/.cache",
"lint-fix": "eslint . --fix --ignore-path ../.gitignore --max-warnings=0 --cache --cache-location node_modules/.cache",
"prod": "npm run build && npm run serve",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"vue-i18n-extract": "vue-i18n-extract",
"vue-i18n-extract-remove": "vue-i18n-extract --remove"
},
"dependencies": {
"@fontsource/roboto": "5.0.8",
"@jellyfin/sdk": "0.8.2",
"@vueuse/components": "10.4.1",
"@vueuse/core": "10.4.1",
"audiomotion-analyzer": "4.2.0",
"axios": "1.5.0",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"date-fns": "2.30.0",
"destr": "2.0.1",
"dompurify": "3.0.5",
"hls.js": "1.4.12",
"jassub": "1.7.1",
"lodash-es": "4.17.21",
"marked": "9.0.0",
"sortablejs": "1.15.0",
"swiper": "10.2.0",
"uuid": "9.0.1",
"vue": "3.3.4",
"vue-i18n": "9.4.1",
"vue-router": "4.2.4",
"vuetify": "3.3.16"
},
"devDependencies": {
"@iconify/json": "2.2.122",
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
"@intlify/unplugin-vue-i18n": "1.4.0",
"@rollup/plugin-virtual": "3.0.1",
"@types/dompurify": "3.0.3",
"@types/lodash-es": "4.17.9",
"@types/sortablejs": "1.15.3",
"@types/uuid": "9.0.4",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@vitejs/plugin-vue": "4.3.4",
"browserslist": "4.22.1",
"confusing-browser-globals": "1.0.11",
"eslint": "8.50.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-antfu": "0.43.1",
"eslint-plugin-css": "0.8.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-vue": "9.17.0",
"eslint-plugin-vue-scoped-css": "2.5.0",
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0",
"lightningcss": "1.22.0",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.68.0",
"typescript": "5.2.2",
"typescript-eslint-parser-for-extra-files": "0.5.0",
"unplugin-icons": "0.17.0",
"unplugin-vue-components": "0.25.2",
"unplugin-vue-router": "0.7.0",
"vite": "4.4.9",
"vite-plugin-pages": "0.31.0",
"vite-plugin-vue-layouts": "0.8.0",
"vue-eslint-parser": "9.3.1",
"vue-i18n-extract": "2.0.7",
"vue-tsc": "1.8.15"
},
"engines": {
"node": ">=18.12.0 <19.0.0",
"npm": ">=8.19.2",
"yarn": "Yarn is not supported. Please use NPM."
}
}