jellyfin-vue/package.json

138 lines
4.3 KiB
JSON

{
"name": "jellyfin-vue",
"author": "Jellyfin Team",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "NUXT_SSR=1 nuxt client",
"dev:static": "nuxt client",
"build": "NUXT_SSR=1 nuxt build client",
"build:standalone": "NUXT_SSR=1 nuxt build --standalone client",
"build:static": "nuxt build client",
"prod": "npm run build client && npm run start client",
"prod:static": "npm run build:static client && npm run start:static client",
"start": "NUXT_SSR=1 nuxt start client",
"start:static": "nuxt start client",
"generate": "nuxt generate client",
"lint:js": "eslint --ext .ts,.js,.json,.vue .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "npm run lint:js && npm run lint:style",
"test": "jest",
"prepare": "husky install"
},
"lint-staged": {
"*.{ts,js,vue}": "eslint",
"*.{css,vue}": "stylelint"
},
"dependencies": {
"@fontsource/noto-sans": "^4.2.3",
"@fontsource/noto-sans-hk": "^4.2.2",
"@fontsource/noto-sans-jp": "^4.2.2",
"@fontsource/noto-sans-kr": "^4.2.2",
"@fontsource/noto-sans-sc": "^4.2.2",
"@fontsource/noto-sans-tc": "^4.2.2",
"@jellyfin/client-axios": "^10.7.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/pwa": "^3.3.5",
"blurhash": "^1.1.3",
"compare-versions": "^3.6.0",
"cookie": "^0.4.1",
"date-fns": "^2.19.0",
"destr": "^1.1.0",
"dompurify": "^2.2.7",
"entities": "^2.2.0",
"he": "^1.2.0",
"js-cookie": "^2.2.1",
"langs": "^2.0.0",
"lodash": "^4.17.20",
"mux.js": "^5.11.0",
"nuxt": "^2.15.4",
"nuxt-i18n": "^6.22.3",
"nuxt-vuex-localstorage": "^1.3.0",
"qs": "^6.10.1",
"shaka-player": "^3.0.10",
"swiper": "5.x",
"uuid": "^8.3.2",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-awesome-swiper": "^4.1.1",
"vue-fullscreen": "^2.3.5",
"vue-native-websocket": "^2.0.14",
"vue-virtual-scroller": "^1.0.10",
"vuedraggable": "^2.24.3",
"vuetify": "^2.4.9",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@mdi/font": "^5.9.55",
"@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/date-fns": "^1.5.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/imagemin": "^1.0.1",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/vuetify": "^1.11.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/vue": "^5.6.2",
"@types/cookie": "^0.4.0",
"@types/dompurify": "^2.2.1",
"@types/he": "^1.1.1",
"@types/jest": "^26.0.22",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.168",
"@types/nuxtjs__auth": "^4.8.7",
"@types/qs": "^6.9.6",
"@types/swiper": "^5.4.2",
"@types/uuid": "^8.3.0",
"@types/wicg-mediasession": "^1.1.0",
"@vue/test-utils": "^1.1.3",
"axe": "^8.0.0",
"axe-core": "^4.1.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"comlink-loader": "^2.0.0",
"core-js": "^3.10.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-nuxt": "^1.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.4",
"eslint-plugin-jest-formatting": "^2.0.1",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^7.8.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0",
"ts-jest": "^26.5.4",
"ts-loader": "^8.1.0",
"vue-axe": "^2.4.4",
"vue-jest": "^3.0.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}