2019-02-20 22:15:40 +00:00
|
|
|
{
|
|
|
|
"name": "jellyfin-web",
|
2020-12-09 12:32:24 -05:00
|
|
|
"version": "10.8.0",
|
2019-02-20 22:15:40 +00:00
|
|
|
"description": "Web interface for Jellyfin",
|
|
|
|
"repository": "https://github.com/jellyfin/jellyfin-web",
|
2019-05-21 00:50:53 -04:00
|
|
|
"license": "GPL-2.0-or-later",
|
2019-02-20 22:17:26 +00:00
|
|
|
"devDependencies": {
|
2021-10-13 14:02:50 +00:00
|
|
|
"@babel/core": "^7.15.8",
|
2021-10-11 16:06:37 +00:00
|
|
|
"@babel/eslint-parser": "^7.15.8",
|
2021-06-13 05:56:33 +00:00
|
|
|
"@babel/eslint-plugin": "^7.14.5",
|
2021-06-12 06:13:57 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
2021-06-11 04:55:25 +00:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.14.5",
|
2021-06-13 05:55:00 +00:00
|
|
|
"@babel/plugin-transform-modules-umd": "^7.14.5",
|
2021-10-11 16:15:36 +00:00
|
|
|
"@babel/preset-env": "^7.15.8",
|
2021-06-11 12:21:30 +00:00
|
|
|
"@babel/preset-react": "^7.14.5",
|
2021-08-09 15:56:52 +00:00
|
|
|
"@babel/preset-typescript": "^7.15.0",
|
2021-10-13 14:44:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
2021-10-05 04:12:22 +00:00
|
|
|
"@typescript-eslint/parser": "^4.33.0",
|
2020-11-27 19:17:04 +03:00
|
|
|
"@uupaa/dynamic-import-polyfill": "^1.0.2",
|
2021-10-11 16:04:07 +00:00
|
|
|
"autoprefixer": "^10.3.7",
|
2020-11-30 09:08:13 +00:00
|
|
|
"babel-loader": "^8.2.2",
|
2020-11-27 19:17:04 +03:00
|
|
|
"babel-plugin-dynamic-import-polyfill": "^1.0.0",
|
2021-09-06 16:14:04 +00:00
|
|
|
"clean-webpack-plugin": "^4.0.0",
|
2020-10-27 02:56:48 +00:00
|
|
|
"confusing-browser-globals": "^1.0.10",
|
2021-07-01 17:20:16 +00:00
|
|
|
"copy-webpack-plugin": "^9.0.1",
|
2021-10-23 04:14:08 +00:00
|
|
|
"css-loader": "^6.4.0",
|
2021-08-24 03:55:52 +00:00
|
|
|
"cssnano": "^5.0.8",
|
2021-08-03 16:27:48 +00:00
|
|
|
"eslint": "^7.32.0",
|
2021-08-24 03:33:08 +00:00
|
|
|
"eslint-plugin-compat": "^3.13.0",
|
2020-06-01 09:43:15 +00:00
|
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
2021-10-13 15:38:27 +00:00
|
|
|
"eslint-plugin-import": "^2.25.2",
|
2021-06-11 14:49:57 +02:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2021-05-04 14:56:01 +00:00
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
2021-10-04 16:07:43 +00:00
|
|
|
"eslint-plugin-react": "^7.26.1",
|
2021-06-11 14:49:57 +02:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-06-11 04:55:57 +00:00
|
|
|
"expose-loader": "^3.0.0",
|
2021-06-15 01:27:05 -04:00
|
|
|
"html-loader": "^2.1.2",
|
2021-10-18 16:04:03 +00:00
|
|
|
"html-webpack-plugin": "^5.4.0",
|
2021-10-13 13:59:51 +00:00
|
|
|
"postcss": "^8.3.9",
|
2021-10-23 02:29:42 +00:00
|
|
|
"postcss-loader": "^6.2.0",
|
2020-02-28 14:36:42 +01:00
|
|
|
"postcss-preset-env": "^6.7.0",
|
2021-10-18 16:04:44 +00:00
|
|
|
"sass": "^1.43.2",
|
2021-10-13 14:44:25 +00:00
|
|
|
"sass-loader": "^12.2.0",
|
2021-06-01 05:03:10 +00:00
|
|
|
"source-map-loader": "^3.0.0",
|
2021-09-23 15:50:40 +00:00
|
|
|
"style-loader": "^3.3.0",
|
2021-05-04 14:57:21 +00:00
|
|
|
"stylelint": "^13.13.1",
|
2020-01-19 15:45:20 +01:00
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
|
|
"stylelint-no-browser-hacks": "^1.2.1",
|
2020-06-08 12:10:12 +00:00
|
|
|
"stylelint-order": "^4.1.0",
|
2021-09-20 16:07:36 +00:00
|
|
|
"stylelint-scss": "^3.21.0",
|
2021-09-23 16:01:11 +00:00
|
|
|
"ts-loader": "^9.2.6",
|
2021-10-13 14:44:13 +00:00
|
|
|
"typescript": "^4.4.4",
|
2021-10-13 15:41:29 +00:00
|
|
|
"webpack": "^5.58.2",
|
2021-10-18 16:02:24 +00:00
|
|
|
"webpack-cli": "^4.9.1",
|
2021-10-13 14:21:52 +00:00
|
|
|
"webpack-dev-server": "^4.3.1",
|
2021-06-15 00:44:00 -04:00
|
|
|
"webpack-merge": "^5.8.0",
|
2021-08-24 03:33:54 +00:00
|
|
|
"workbox-webpack-plugin": "^6.2.4",
|
2021-06-11 12:18:32 +00:00
|
|
|
"worker-plugin": "^5.0.1"
|
2019-04-28 11:38:30 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-23 14:46:13 +00:00
|
|
|
"@fontsource/noto-sans": "^4.5.1",
|
2021-09-23 16:34:48 +00:00
|
|
|
"@fontsource/noto-sans-hk": "^4.5.1",
|
2021-09-23 17:25:24 +00:00
|
|
|
"@fontsource/noto-sans-jp": "^4.5.1",
|
2021-09-23 16:24:19 +00:00
|
|
|
"@fontsource/noto-sans-kr": "^4.5.1",
|
2021-09-23 14:46:08 +00:00
|
|
|
"@fontsource/noto-sans-sc": "^4.5.1",
|
2021-08-24 03:32:35 +00:00
|
|
|
"blurhash": "^1.1.4",
|
2020-04-04 16:00:38 +02:00
|
|
|
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
2021-06-03 10:11:49 -04:00
|
|
|
"classnames": "^2.3.1",
|
2021-10-13 15:40:24 +00:00
|
|
|
"core-js": "^3.18.3",
|
2021-10-13 14:02:29 +00:00
|
|
|
"date-fns": "^2.25.0",
|
2021-09-20 16:02:24 +00:00
|
|
|
"dompurify": "^2.3.3",
|
2020-05-05 23:02:05 +09:00
|
|
|
"epubjs": "^0.3.85",
|
2020-06-22 09:57:46 +00:00
|
|
|
"fast-text-encoding": "^1.0.3",
|
2021-09-13 16:05:13 +00:00
|
|
|
"flv.js": "^1.6.2",
|
2020-10-27 02:58:28 +00:00
|
|
|
"headroom.js": "^0.12.0",
|
2021-10-04 16:03:23 +00:00
|
|
|
"hls.js": "^1.0.11",
|
2020-12-14 05:06:18 +00:00
|
|
|
"intersection-observer": "^0.12.0",
|
2021-09-23 23:30:50 -04:00
|
|
|
"jellyfin-apiclient": "^1.9.1",
|
2020-05-11 09:59:18 +00:00
|
|
|
"jquery": "^3.5.1",
|
2021-09-06 16:06:33 +00:00
|
|
|
"jstree": "^3.3.12",
|
2020-05-29 23:32:45 +02:00
|
|
|
"libarchive.js": "^1.3.0",
|
2021-10-01 20:14:50 +03:00
|
|
|
"libass-wasm": "git+https://github.com/jellyfin/JavascriptSubtitlesOctopus.git#4.0.0-jf-4",
|
2021-06-01 15:15:51 -04:00
|
|
|
"lodash-es": "^4.17.21",
|
2021-10-13 14:20:56 +00:00
|
|
|
"marked": "^3.0.7",
|
2020-09-07 20:19:31 +00:00
|
|
|
"material-design-icons-iconfont": "^6.1.0",
|
2019-11-11 01:45:01 +09:00
|
|
|
"native-promise-only": "^0.8.0-a",
|
2020-05-05 13:08:09 +00:00
|
|
|
"page": "^1.11.6",
|
2021-02-01 05:14:29 +00:00
|
|
|
"pdfjs-dist": "2.6.347",
|
2021-05-27 11:30:03 -04:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2019-11-11 01:45:01 +09:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2020-12-28 05:09:48 +00:00
|
|
|
"screenfull": "^5.1.0",
|
2021-08-01 16:05:04 +00:00
|
|
|
"sortablejs": "^1.14.0",
|
2021-08-23 16:23:05 +00:00
|
|
|
"swiper": "^6.8.4",
|
2019-11-27 23:55:41 +03:00
|
|
|
"webcomponents.js": "^0.7.24",
|
2021-02-28 04:17:51 +00:00
|
|
|
"whatwg-fetch": "^3.6.2",
|
2021-08-16 16:08:13 +00:00
|
|
|
"workbox-core": "^6.2.4",
|
2021-08-16 16:03:45 +00:00
|
|
|
"workbox-precaching": "^6.2.4"
|
2019-05-22 14:50:54 -04:00
|
|
|
},
|
2019-12-30 11:37:21 +01:00
|
|
|
"browserslist": [
|
2019-12-30 15:21:42 +01:00
|
|
|
"last 2 Firefox versions",
|
|
|
|
"last 2 Chrome versions",
|
|
|
|
"last 2 ChromeAndroid versions",
|
|
|
|
"last 2 Safari versions",
|
2020-07-28 15:25:40 +02:00
|
|
|
"iOS > 10",
|
2019-12-30 15:21:42 +01:00
|
|
|
"last 2 Edge versions",
|
2020-02-28 14:39:52 +01:00
|
|
|
"Chrome 27",
|
2019-12-30 11:37:21 +01:00
|
|
|
"Chrome 38",
|
|
|
|
"Chrome 47",
|
|
|
|
"Chrome 53",
|
|
|
|
"Chrome 56",
|
|
|
|
"Chrome 63",
|
2020-07-28 15:25:40 +02:00
|
|
|
"Edge 18",
|
2019-12-30 11:37:21 +01:00
|
|
|
"Firefox ESR"
|
|
|
|
],
|
2019-05-22 14:50:54 -04:00
|
|
|
"scripts": {
|
2021-03-02 00:28:44 +01:00
|
|
|
"start": "npm run serve",
|
2020-10-17 19:09:56 +01:00
|
|
|
"serve": "webpack serve --config webpack.dev.js",
|
2020-12-17 12:25:39 -05:00
|
|
|
"prepare": "node ./scripts/prepare.js",
|
2020-08-15 12:44:52 +02:00
|
|
|
"build:development": "webpack --config webpack.dev.js",
|
|
|
|
"build:production": "webpack --config webpack.prod.js",
|
2020-11-24 15:22:00 -05:00
|
|
|
"lint": "eslint \"src/\"",
|
2021-03-02 00:28:44 +01:00
|
|
|
"stylelint": "npm run stylelint:css && npm run stylelint:scss",
|
2020-11-25 13:57:01 -05:00
|
|
|
"stylelint:css": "stylelint \"src/**/*.css\"",
|
|
|
|
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
|
2021-03-02 00:28:44 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"yarn": "YARN NO LONGER USED - use npm instead."
|
2019-02-20 22:17:26 +00:00
|
|
|
}
|
2019-02-20 22:15:40 +00:00
|
|
|
}
|