jellyfin-web/package.json

132 lines
4.3 KiB
JSON
Raw Normal View History

2019-02-20 15:15:40 -07:00
{
"name": "jellyfin-web",
"version": "10.8.0",
2019-02-20 15:15:40 -07:00
"description": "Web interface for Jellyfin",
"repository": "https://github.com/jellyfin/jellyfin-web",
2019-05-20 21:50:53 -07:00
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@babel/plugin-transform-modules-umd": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
2020-11-27 09:17:04 -07:00
"@uupaa/dynamic-import-polyfill": "^1.0.2",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
2020-11-27 09:17:04 -07:00
"babel-plugin-dynamic-import-polyfill": "^1.0.0",
"clean-webpack-plugin": "^4.0.0",
"confusing-browser-globals": "^1.0.10",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"cssnano": "^5.0.10",
"eslint": "^7.32.0",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.2.0",
"expose-loader": "^3.1.0",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
2020-02-28 06:36:42 -07:00
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^4.0.2",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
Bump stylelint, stylelint-order and stylelint-scss Bumps [stylelint](https://github.com/stylelint/stylelint), [stylelint-order](https://github.com/hudochenkov/stylelint-order) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies needed to be updated together. Updates `stylelint` from 13.13.1 to 14.0.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.0.1) Updates `stylelint-order` from 4.1.0 to 5.0.0 - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/stylelint-order/compare/4.1.0...5.0.0) Updates `stylelint-scss` from 3.21.0 to 4.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/3.21.0...v4.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-order dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 10:03:45 -07:00
"stylelint": "^14.0.1",
2020-01-19 07:45:20 -07:00
"stylelint-config-rational-order": "^0.1.2",
"stylelint-no-browser-hacks": "^1.2.1",
Bump stylelint, stylelint-order and stylelint-scss Bumps [stylelint](https://github.com/stylelint/stylelint), [stylelint-order](https://github.com/hudochenkov/stylelint-order) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies needed to be updated together. Updates `stylelint` from 13.13.1 to 14.0.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.0.1) Updates `stylelint-order` from 4.1.0 to 5.0.0 - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/stylelint-order/compare/4.1.0...5.0.0) Updates `stylelint-scss` from 3.21.0 to 4.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/3.21.0...v4.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-order dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 10:03:45 -07:00
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.63.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
2021-06-14 21:44:00 -07:00
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.2.4",
"worker-plugin": "^5.0.1"
},
"dependencies": {
"@fontsource/noto-sans": "^4.5.1",
"@fontsource/noto-sans-hk": "^4.5.2",
"@fontsource/noto-sans-jp": "^4.5.2",
"@fontsource/noto-sans-kr": "^4.5.2",
"@fontsource/noto-sans-sc": "^4.5.2",
"blurhash": "^1.1.4",
2020-04-04 07:00:38 -07:00
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
"classnames": "^2.3.1",
"core-js": "^3.19.1",
"date-fns": "^2.25.0",
"dompurify": "^2.3.3",
"epubjs": "^0.3.90",
"fast-text-encoding": "^1.0.3",
"flv.js": "^1.6.2",
"headroom.js": "^0.12.0",
"hls.js": "^0.14.17",
"intersection-observer": "^0.12.0",
2021-09-23 20:30:50 -07:00
"jellyfin-apiclient": "^1.9.1",
"jquery": "^3.5.1",
"jstree": "^3.3.12",
2020-05-29 14:32:45 -07:00
"libarchive.js": "^1.3.0",
2021-10-01 10:14:50 -07:00
"libass-wasm": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git#4.0.0-jf-4",
"lodash-es": "^4.17.21",
"marked": "^4.0.1",
"material-design-icons-iconfont": "^6.1.1",
2019-11-10 09:45:01 -07:00
"native-promise-only": "^0.8.0-a",
"page": "^1.11.6",
"pdfjs-dist": "2.6.347",
2021-05-27 08:30:03 -07:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2019-11-10 09:45:01 -07:00
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
"swiper": "^6.8.4",
2019-11-27 13:55:41 -07:00
"webcomponents.js": "^0.7.24",
"whatwg-fetch": "^3.6.2",
"workbox-core": "^6.2.4",
"workbox-precaching": "^6.2.4"
2019-05-22 11:50:54 -07:00
},
2019-12-30 03:37:21 -07:00
"browserslist": [
2019-12-30 07:21:42 -07:00
"last 2 Firefox versions",
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Safari versions",
2020-07-28 06:25:40 -07:00
"iOS > 10",
2019-12-30 07:21:42 -07:00
"last 2 Edge versions",
"Chrome 27",
2019-12-30 03:37:21 -07:00
"Chrome 38",
"Chrome 47",
"Chrome 53",
"Chrome 56",
"Chrome 63",
2020-07-28 06:25:40 -07:00
"Edge 18",
2019-12-30 03:37:21 -07:00
"Firefox ESR"
],
2019-05-22 11:50:54 -07:00
"scripts": {
2021-03-01 16:28:44 -07:00
"start": "npm run serve",
"serve": "webpack serve --config webpack.dev.js",
"prepare": "node ./scripts/prepare.js",
2020-08-15 03:44:52 -07:00
"build:development": "webpack --config webpack.dev.js",
"build:production": "webpack --config webpack.prod.js",
2020-11-24 13:22:00 -07:00
"lint": "eslint \"src/\"",
2021-03-01 16:28:44 -07:00
"stylelint": "npm run stylelint:css && npm run stylelint:scss",
2020-11-25 11:57:01 -07:00
"stylelint:css": "stylelint \"src/**/*.css\"",
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
2021-03-01 16:28:44 -07:00
},
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
2019-02-20 15:15:40 -07:00
}