mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-04 12:23:29 +00:00
c8301e46b0
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
95 lines
2.9 KiB
JSON
95 lines
2.9 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 . --max-warnings=0 --cache --cache-location ../node_modules/.cache/eslint",
|
|
"lint-fix": "eslint . --fix --max-warnings=0 --cache --cache-location ../node_modules/.cache/eslint",
|
|
"eslint-inspect": "eslint-config-inspector",
|
|
"prod": "npm run build && npm run serve",
|
|
"typecheck": "vue-tsc",
|
|
"clean": "git clean -fxd"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/figtree": "5.0.21",
|
|
"@jellyfin/sdk": "0.8.2",
|
|
"@vueuse/components": "10.9.0",
|
|
"@vueuse/core": "10.9.0",
|
|
"audiomotion-analyzer": "4.4.0",
|
|
"axios": "1.6.8",
|
|
"blurhash": "2.0.5",
|
|
"comlink": "4.4.1",
|
|
"date-fns": "3.6.0",
|
|
"defu": "6.1.4",
|
|
"destr": "2.0.3",
|
|
"dompurify": "3.1.2",
|
|
"fast-equals": "5.0.1",
|
|
"hls.js": "1.5.8",
|
|
"jassub": "1.7.15",
|
|
"lodash-es": "4.17.21",
|
|
"marked": "12.0.2",
|
|
"radix-vue": "1.7.4",
|
|
"sortablejs": "1.15.2",
|
|
"swiper": "11.1.1",
|
|
"uuid": "9.0.1",
|
|
"vue": "3.4.27",
|
|
"vue-i18n": "9.13.1",
|
|
"vue-router": "4.3.2",
|
|
"vuetify": "3.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/config-inspector": "0.4.8",
|
|
"@eslint/eslintrc": "3.0.2",
|
|
"@eslint/js": "8.57.0",
|
|
"@iconify/json": "2.2.208",
|
|
"@intlify/eslint-plugin-vue-i18n": "3.0.0-next.11",
|
|
"@intlify/unplugin-vue-i18n": "4.0.0",
|
|
"@rollup/plugin-virtual": "3.0.2",
|
|
"@stylistic/eslint-plugin": "1.8.1",
|
|
"@types/dompurify": "3.0.5",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/node": "20.12.11",
|
|
"@types/sortablejs": "1.15.8",
|
|
"@types/uuid": "9.0.8",
|
|
"@vitejs/plugin-vue": "5.0.4",
|
|
"browserslist": "4.23.0",
|
|
"dpdm": "3.14.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-css": "0.9.2",
|
|
"eslint-plugin-file-progress": "1.3.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-jsdoc": "48.2.3",
|
|
"eslint-plugin-jsonc": "2.15.1",
|
|
"eslint-plugin-optimize-regex": "1.2.1",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"eslint-plugin-sonarjs": "0.25.1",
|
|
"eslint-plugin-unicorn": "52.0.0",
|
|
"eslint-plugin-vue": "9.26.0",
|
|
"eslint-plugin-vue-scoped-css": "2.8.0",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.14.0",
|
|
"globals": "15.1.0",
|
|
"globify-gitignore": "1.0.3",
|
|
"lightningcss": "1.24.1",
|
|
"rollup-plugin-visualizer": "5.12.0",
|
|
"typescript": "5.4.5",
|
|
"typescript-eslint": "7.8.0",
|
|
"unocss": "0.60.0",
|
|
"unplugin-icons": "0.19.0",
|
|
"unplugin-vue-components": "0.27.0",
|
|
"unplugin-vue-macros": "2.9.2",
|
|
"unplugin-vue-router": "0.8.6",
|
|
"vite": "5.2.11",
|
|
"vue-eslint-parser": "9.4.2",
|
|
"vue-tsc": "2.0.16"
|
|
}
|
|
}
|