jellyfin-vue/package.json
dependabot[bot] 8fed57dedd fix(deps): bump simple-icons from 5.10.0 to 5.11.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.10.0...5.11.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 13:20:58 +02:00

148 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 src",
"analyze:static": "nuxt build --analyze src",
"dev": "NUXT_SSR=1 nuxt src",
"dev:static": "nuxt src",
"build": "NUXT_SSR=1 nuxt build src",
"build:standalone": "NUXT_SSR=1 nuxt build --standalone src",
"build:static": "nuxt build src",
"prod": "npm run build src && npm run start src",
"prod:static": "npm run build:static src && npm run start:static src",
"start": "NUXT_SSR=1 nuxt start src",
"start:static": "nuxt start src",
"generate": "nuxt generate src",
"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.5.0",
"@fontsource/noto-sans-hk": "^4.5.0",
"@fontsource/noto-sans-jp": "^4.5.0",
"@fontsource/noto-sans-kr": "^4.5.0",
"@fontsource/noto-sans-sc": "^4.5.0",
"@fontsource/noto-sans-tc": "^4.5.0",
"@jellyfin/client-axios": "10.7.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.0.2",
"@nuxtjs/pwa": "^3.3.5",
"blurhash": "^1.1.4",
"body-scroll-lock": "^3.1.5",
"camel-case": "^4.1.2",
"compare-versions": "^3.6.0",
"cookie": "^0.4.1",
"date-fns": "^2.23.0",
"destr": "^1.1.0",
"dompurify": "^2.3.1",
"entities": "^3.0.1",
"he": "^1.2.0",
"js-cookie": "^3.0.0",
"langs": "^2.0.0",
"lodash": "^4.17.21",
"mux.js": "^5.12.2",
"nuxt": "^2.15.8",
"nuxt-vuex-localstorage": "^1.3.0",
"qs": "^6.10.1",
"shaka-player": "^3.2.0",
"simple-icons": "^5.11.0",
"swiper": "5.x",
"uuid": "^8.3.2",
"vee-validate": "^3.4.11",
"vue-awesome-swiper": "^4.1.1",
"vue-fullscreen": "^2.5.2",
"vue-native-websocket": "^2.0.15",
"vue-virtual-scroller": "^1.0.10",
"vuedraggable": "^2.24.3",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@mdi/font": "^5.9.55",
"@nuxt/types": "^2.15.8",
"@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.12.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/vue": "^5.8.2",
"@types/body-scroll-lock": "^3.1.0",
"@types/cookie": "^0.4.1",
"@types/dompurify": "^2.2.3",
"@types/he": "^1.1.2",
"@types/jest": "^27.0.1",
"@types/js-cookie": "^2.2.7",
"@types/lodash": "^4.14.172",
"@types/nuxtjs__auth": "^4.8.8",
"@types/qs": "^6.9.7",
"@types/simple-icons": "^5.8.0",
"@types/swiper": "^5.4.3",
"@types/tizen-tv-webapis": "^2.0.1",
"@types/uuid": "^8.3.1",
"@types/wicg-mediasession": "^1.1.2",
"@vue/test-utils": "^1.2.2",
"axe": "^8.0.0",
"axe-core": "^4.3.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"comlink-loader": "^2.0.0",
"confusing-browser-globals": "^1.0.10",
"core-js": "^3.16.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-nuxt": "^1.0.1",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.3.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.16.0",
"husky": "^7.0.1",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^26.5.6",
"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."
}
}