jellyfin-vue/frontend/package.json

94 lines
3.0 KiB
JSON

{
"name": "@jellyfin-vue/frontend",
"version": "0.3.1",
"private": true,
"type": "module",
"browserslist": [
"defaults and supports es6-module"
],
"scripts": {
"analyze": "dpdm --no-warning --no-tree src/**/*.{ts,vue} && 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/eslint",
"lint-fix": "eslint . --fix --ignore-path ../.gitignore --max-warnings=0 --cache --cache-location ../node_modules/.cache/eslint",
"prod": "npm run build && npm run serve",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@jellyfin/sdk": "0.8.2",
"@unocss/reset": "0.58.5",
"@vueuse/components": "10.9.0",
"@vueuse/core": "10.9.0",
"audiomotion-analyzer": "4.4.0",
"axios": "1.6.7",
"blurhash": "2.0.5",
"comlink": "4.4.1",
"date-fns": "3.3.1",
"destr": "2.0.3",
"dompurify": "3.0.9",
"fast-equals": "5.0.1",
"hls.js": "1.5.7",
"inter-ui": "4.0.2",
"jassub": "1.7.15",
"lodash-es": "4.17.21",
"marked": "12.0.0",
"radix-vue": "1.4.9",
"sortablejs": "1.15.2",
"swiper": "11.0.7",
"uuid": "9.0.1",
"vue": "3.4.21",
"vue-i18n": "9.10.1",
"vue-router": "4.3.0",
"vuetify": "3.5.7"
},
"devDependencies": {
"@iconify/json": "2.2.189",
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.7",
"@intlify/unplugin-vue-i18n": "2.0.0",
"@rollup/plugin-virtual": "3.0.2",
"@stylistic/eslint-plugin": "1.6.3",
"@types/dompurify": "3.0.5",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.25",
"@types/sortablejs": "1.15.8",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vitejs/plugin-vue": "5.0.4",
"browserslist": "4.23.0",
"confusing-browser-globals": "1.0.11",
"dpdm": "3.14.0",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-css": "0.9.2",
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.0",
"eslint-plugin-jsonc": "2.13.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.24.0",
"eslint-plugin-unicorn": "51.0.1",
"eslint-plugin-vue": "9.22.0",
"eslint-plugin-vue-scoped-css": "2.7.2",
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0",
"lightningcss": "1.24.0",
"rollup-plugin-visualizer": "5.12.0",
"sass": "1.71.1",
"typescript": "5.4.2",
"typescript-eslint-parser-for-extra-files": "0.6.0",
"unocss": "0.58.5",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"unplugin-vue-router": "0.8.4",
"vite": "5.1.5",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.6"
}
}