jellyfin-vue/package.json
dependabot[bot] dde13fdcb9 fix(deps): bump dompurify from 2.2.8 to 2.2.9
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.8 to 2.2.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.8...2.2.9)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:12:07 +02:00

150 lines
4.6 KiB
JSON

{
"name": "jellyfin-vue",
"author": "Jellyfin Team",
"version": "0.0.0",
"private": true,
"fork-ts-checker": {
"typescript": {
"memoryLimit": 4096
}
},
"scripts": {
"analyze": "NUXT_SSR=1 nuxt build --analyze client",
"analyze:static": "nuxt build --analyze client",
"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.4.0",
"@fontsource/noto-sans-hk": "^4.3.0",
"@fontsource/noto-sans-jp": "^4.4.2",
"@fontsource/noto-sans-kr": "^4.4.2",
"@fontsource/noto-sans-sc": "^4.3.0",
"@fontsource/noto-sans-tc": "^4.4.2",
"@jellyfin/client-axios": "^10.7.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.5",
"@nuxtjs/pwa": "^3.3.5",
"blurhash": "^1.1.3",
"body-scroll-lock": "^3.1.5",
"compare-versions": "^3.6.0",
"cookie": "^0.4.1",
"date-fns": "^2.22.1",
"destr": "^1.1.0",
"dompurify": "^2.2.9",
"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.6",
"nuxt-i18n": "^6.27.0",
"nuxt-vuex-localstorage": "^1.3.0",
"qs": "^6.10.1",
"shaka-player": "^3.1.0",
"simple-icons": "^5.0.0",
"swiper": "5.x",
"uuid": "^8.3.2",
"vee-validate": "^3.4.8",
"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.5.1",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@mdi/font": "^5.9.55",
"@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/date-fns": "^1.5.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@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.12.0",
"@testing-library/vue": "^5.6.2",
"@types/body-scroll-lock": "^2.6.1",
"@types/cookie": "^0.4.0",
"@types/dompurify": "^2.2.2",
"@types/he": "^1.1.1",
"@types/jest": "^26.0.23",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.170",
"@types/nuxtjs__auth": "^4.8.7",
"@types/qs": "^6.9.6",
"@types/simple-icons": "^5.0.0",
"@types/swiper": "^5.4.2",
"@types/uuid": "^8.3.0",
"@types/wicg-mediasession": "^1.1.0",
"@vue/test-utils": "^1.2.0",
"axe": "^8.0.0",
"axe-core": "^4.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.2",
"comlink-loader": "^2.0.0",
"confusing-browser-globals": "^1.0.10",
"core-js": "^3.13.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-nuxt": "^1.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsdoc": "^35.0.0",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.10.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^26.5.6",
"ts-loader": "^9.0.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."
}
}