jellyfin-web/package.json

149 lines
4.7 KiB
JSON
Raw Normal View History

2019-02-20 22:15:40 +00:00
{
"name": "jellyfin-web",
2022-09-28 17:47:25 +00:00
"version": "10.9.0",
2019-02-20 22:15:40 +00:00
"description": "Web interface for Jellyfin",
"repository": "https://github.com/jellyfin/jellyfin-web",
2019-05-21 04:50:53 +00:00
"license": "GPL-2.0-or-later",
"devDependencies": {
2023-03-29 02:49:10 +00:00
"@babel/core": "7.21.3",
"@babel/eslint-parser": "7.21.3",
2022-09-28 00:40:20 +00:00
"@babel/eslint-plugin": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-transform-modules-umd": "7.18.6",
2023-01-05 04:39:08 +00:00
"@babel/preset-env": "7.20.2",
2022-09-28 00:40:20 +00:00
"@babel/preset-react": "7.18.6",
2023-02-27 17:12:36 +00:00
"@babel/preset-typescript": "7.21.0",
"@types/escape-html": "1.0.2",
2022-10-31 14:17:20 +00:00
"@types/loadable__component": "5.13.4",
"@types/lodash-es": "4.17.7",
2023-02-02 20:18:34 +00:00
"@types/react": "17.0.53",
2023-02-22 01:58:22 +00:00
"@types/react-dom": "17.0.19",
2023-03-27 19:43:15 +00:00
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
2022-02-08 16:42:37 +00:00
"@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
2022-02-08 16:42:37 +00:00
"babel-plugin-dynamic-import-polyfill": "1.0.0",
"clean-webpack-plugin": "4.0.0",
"confusing-browser-globals": "1.0.11",
"copy-webpack-plugin": "11.0.0",
2022-10-19 15:30:43 +00:00
"cross-env": "7.0.3",
2023-01-05 05:47:08 +00:00
"css-loader": "6.7.3",
2023-02-22 23:52:00 +00:00
"cssnano": "5.1.15",
2023-02-02 03:03:36 +00:00
"es-check": "7.1.0",
2023-03-27 19:43:15 +00:00
"eslint": "8.36.0",
"eslint-plugin-compat": "4.1.2",
2022-02-08 16:42:37 +00:00
"eslint-plugin-eslint-comments": "3.2.0",
2023-02-05 10:07:33 +00:00
"eslint-plugin-import": "2.27.5",
2023-01-19 10:37:17 +00:00
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-promise": "6.1.1",
2023-02-05 10:07:33 +00:00
"eslint-plugin-react": "7.32.2",
2022-08-24 16:41:42 +00:00
"eslint-plugin-react-hooks": "4.6.0",
2023-03-27 19:43:15 +00:00
"eslint-plugin-sonarjs": "0.19.0",
2023-03-29 03:04:04 +00:00
"expose-loader": "4.1.0",
"html-loader": "4.2.0",
2022-02-08 16:42:37 +00:00
"html-webpack-plugin": "5.5.0",
2023-03-29 03:04:04 +00:00
"mini-css-extract-plugin": "2.7.5",
2023-01-13 21:36:26 +00:00
"postcss": "8.4.21",
2023-03-29 03:04:04 +00:00
"postcss-loader": "7.1.0",
"postcss-preset-env": "8.0.1",
2023-01-05 06:09:05 +00:00
"postcss-scss": "4.0.6",
2023-03-21 21:23:55 +00:00
"sass": "1.59.3",
2023-03-29 03:04:04 +00:00
"sass-loader": "13.2.1",
"source-map-loader": "4.0.1",
2023-03-29 03:04:04 +00:00
"style-loader": "3.3.2",
2023-03-27 19:43:15 +00:00
"stylelint": "15.3.0",
2022-02-08 16:42:37 +00:00
"stylelint-config-rational-order": "0.1.2",
"stylelint-no-browser-hacks": "1.2.1",
"stylelint-order": "6.0.3",
2023-03-27 19:43:15 +00:00
"stylelint-scss": "4.5.0",
2023-01-05 05:47:08 +00:00
"ts-loader": "9.4.2",
2023-03-29 11:32:16 +00:00
"typescript": "5.0.2",
2023-03-29 03:04:04 +00:00
"webpack": "5.76.2",
2023-01-05 06:11:12 +00:00
"webpack-cli": "5.0.1",
2023-03-29 03:04:04 +00:00
"webpack-dev-server": "4.13.1",
2022-02-08 16:42:37 +00:00
"webpack-merge": "5.8.0",
2022-08-24 18:38:22 +00:00
"workbox-webpack-plugin": "6.5.4",
2022-02-08 16:42:37 +00:00
"worker-loader": "3.0.8"
},
"dependencies": {
2022-08-17 17:22:57 +00:00
"@fontsource/noto-sans": "4.5.11",
2022-10-09 13:02:04 +00:00
"@fontsource/noto-sans-hk": "4.5.12",
"@fontsource/noto-sans-jp": "4.5.12",
"@fontsource/noto-sans-kr": "4.5.12",
"@fontsource/noto-sans-sc": "4.5.12",
"@fontsource/noto-sans-tc": "4.5.12",
"@jellyfin/libass-wasm": "4.1.1",
2022-12-09 19:26:18 +00:00
"@jellyfin/sdk": "unstable",
"@loadable/component": "5.15.3",
2023-02-24 12:34:31 +00:00
"blurhash": "2.0.5",
2020-04-04 14:00:38 +00:00
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
2022-09-21 19:04:23 +00:00
"classnames": "2.3.2",
2023-03-29 03:03:11 +00:00
"core-js": "3.29.1",
2022-09-21 22:56:14 +00:00
"date-fns": "2.29.3",
2023-03-08 12:26:33 +00:00
"dompurify": "3.0.1",
2023-01-14 14:26:44 +00:00
"epubjs": "0.3.93",
2022-01-29 21:27:26 +00:00
"escape-html": "1.0.3",
"fast-text-encoding": "1.0.6",
2022-02-08 16:41:42 +00:00
"flv.js": "1.6.2",
"headroom.js": "0.12.0",
2022-04-13 20:38:19 +00:00
"history": "5.3.0",
2023-03-22 03:47:12 +00:00
"hls.js": "1.2.4",
"intersection-observer": "0.12.2",
2022-02-08 16:41:42 +00:00
"jellyfin-apiclient": "1.10.0",
2023-03-15 18:41:43 +00:00
"jquery": "3.6.4",
2023-02-26 23:49:36 +00:00
"jstree": "3.3.15",
2022-02-08 16:41:42 +00:00
"libarchive.js": "1.3.0",
"lodash-es": "4.17.21",
2023-01-21 06:51:45 +00:00
"marked": "4.2.12",
"material-design-icons-iconfont": "6.7.0",
2022-02-08 16:41:42 +00:00
"native-promise-only": "0.8.1",
"pdfjs-dist": "2.16.105",
2022-02-08 16:41:42 +00:00
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.9.0",
2022-02-08 16:41:42 +00:00
"resize-observer-polyfill": "1.5.1",
2022-08-18 13:31:30 +00:00
"screenfull": "6.0.2",
"sortablejs": "1.15.0",
2023-02-06 11:14:58 +00:00
"swiper": "8.4.7",
2022-02-08 16:41:42 +00:00
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.2",
2022-08-24 18:38:22 +00:00
"workbox-core": "6.5.4",
"workbox-precaching": "6.5.4"
2019-05-22 18:50:54 +00:00
},
2019-12-30 10:37:21 +00:00
"browserslist": [
2019-12-30 14:21:42 +00:00
"last 2 Firefox versions",
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Safari versions",
2020-07-28 13:25:40 +00:00
"iOS > 10",
2019-12-30 14:21:42 +00:00
"last 2 Edge versions",
"Chrome 27",
2019-12-30 10:37:21 +00:00
"Chrome 38",
"Chrome 47",
"Chrome 53",
"Chrome 56",
"Chrome 63",
2020-07-28 13:25:40 +00:00
"Edge 18",
2019-12-30 10:37:21 +00:00
"Firefox ESR"
],
2019-05-22 18:50:54 +00:00
"scripts": {
2021-03-01 23:28:44 +00:00
"start": "npm run serve",
"serve": "webpack serve --config webpack.dev.js",
2020-08-15 10:44:52 +00:00
"build:development": "webpack --config webpack.dev.js",
2022-10-19 15:30:43 +00:00
"build:production": "cross-env NODE_ENV=\"production\" webpack --config webpack.prod.js",
"build:check": "tsc --noEmit",
"escheck": "es-check",
"lint": "eslint \"./\"",
2021-03-01 23:28:44 +00:00
"stylelint": "npm run stylelint:css && npm run stylelint:scss",
2020-11-25 18:57:01 +00:00
"stylelint:css": "stylelint \"src/**/*.css\"",
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
2021-03-01 23:28:44 +00:00
},
"engines": {
2022-09-30 05:06:48 +00:00
"node": ">=16.13.1",
"npm": ">=8.1.2",
2021-03-01 23:28:44 +00:00
"yarn": "YARN NO LONGER USED - use npm instead."
}
2019-02-20 22:15:40 +00:00
}