jellyfin-vue/package.json

162 lines
4.8 KiB
JSON
Raw Normal View History

2020-09-02 18:34:50 +00:00
{
"name": "@jellyfin/frontend-vue",
2020-09-02 18:34:50 +00:00
"version": "0.0.0",
"private": true,
"homepage": "https://jellyfin.org/",
"bugs": {
"url": "https://github.com/jellyfin/jellyfin-vue/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jellyfin/jellyfin-vue/"
},
"license": "GPL-3.0-only",
"contributors": [
{
"name": "Julien Machiels",
"email": "iamtimscampi@gmail.com"
2021-08-27 08:26:31 +00:00
},
{
"name": "Thibault Nocchi",
"email": "thibaultnocchi@gmail.com"
}
],
2020-09-02 18:34:50 +00:00
"scripts": {
2021-08-22 05:09:00 +00:00
"analyze": "NUXT_SSR=1 nuxt build --analyze src",
"analyze:static": "nuxt build --analyze src",
"build": "NUXT_SSR=1 nuxt build src",
"build:standalone": "NUXT_SSR=1 nuxt build --standalone src",
"build:static": "nuxt build src",
"dev": "NUXT_SSR=1 nuxt src",
"dev:static": "nuxt src",
"generate": "nuxt generate src",
"lint": "npm run lint:js && npm run lint:style",
"lint:js": "eslint --ext .ts,.js,.json,.vue .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"prepare": "husky install",
2021-08-22 05:09:00 +00:00
"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",
"test": "jest"
2020-09-02 18:34:50 +00:00
},
"lint-staged": {
"*.{css,vue}": "stylelint",
"*.{ts,js,vue}": "eslint"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2020-09-02 18:34:50 +00:00
},
"dependencies": {
"@jellyfin/client-axios": "10.7.7",
2021-10-08 18:51:02 +00:00
"@mdi/font": "^6.2.95",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/date-fns": "^1.5.0",
2021-10-08 18:51:02 +00:00
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/imagemin": "^1.0.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/vuetify": "^1.12.1",
"blurhash": "^1.1.4",
"body-scroll-lock": "^3.1.5",
"camel-case": "^4.1.2",
"comlink-loader": "^2.0.0",
"compare-versions": "^3.6.0",
"cookie": "^0.4.1",
2021-10-08 18:51:02 +00:00
"core-js": "^3.18.2",
"date-fns": "^2.23.0",
"destr": "^1.1.0",
"dompurify": "^2.3.1",
"entities": "^3.0.1",
"he": "^1.2.0",
2021-10-08 18:51:02 +00:00
"js-cookie": "^3.0.1",
2020-10-22 17:17:15 +00:00
"langs": "^2.0.0",
"lodash": "^4.17.21",
"mux.js": "^5.13.0",
"nuxt": "^2.15.8",
"nuxt-vuex-localstorage": "^1.3.0",
"qs": "^6.10.1",
"shaka-player": "^3.2.0",
2021-10-08 18:51:02 +00:00
"simple-icons": "^5.17.0",
"swiper": "5.x",
"uuid": "^8.3.2",
2021-10-08 18:51:02 +00:00
"vee-validate": "^3.4.13",
"vue-awesome-swiper": "^4.1.1",
"vue-fullscreen": "^2.5.2",
"vue-native-websocket": "^2.0.15",
2021-01-19 17:57:30 +00:00
"vue-virtual-scroller": "^1.0.10",
"vuedraggable": "^2.24.3",
"vuex-persistedstate": "^4.0.0"
2020-09-02 18:34:50 +00:00
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
2020-09-02 18:34:50 +00:00
"@nuxtjs/stylelint-module": "^4.0.0",
"@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",
2021-10-08 18:51:02 +00:00
"@types/wicg-mediasession": "^1.1.3",
"@vue/test-utils": "^1.2.2",
"axe": "^8.0.0",
"axe-core": "^4.3.3",
2020-09-02 18:34:50 +00:00
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.0",
"confusing-browser-globals": "^1.0.10",
2020-09-02 18:34:50 +00:00
"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.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jest-formatting": "^3.0.0",
2021-10-08 18:51:02 +00:00
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.3.0",
"eslint-plugin-nuxt": "^2.0.0",
2021-10-08 18:51:02 +00:00
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.19.1",
"husky": "^7.0.2",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
2020-09-02 18:34:50 +00:00
"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"
2020-09-02 18:34:50 +00:00
},
2021-03-01 17:53:51 +00:00
"engines": {
"node": ">=14.0.0 <15.0.0",
"npm": "<2.0.0",
"yarn": "Yarn is not supported. Please use NPM."
},
"fork-ts-checker": {
"typescript": {
"memoryLimit": 4096
}
2020-09-02 18:34:50 +00:00
}
}