2019-02-20 22:15:40 +00:00
|
|
|
{
|
|
|
|
"name": "jellyfin-web",
|
2024-10-26 13:32:56 -04:00
|
|
|
"version": "10.11.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": {
|
2025-03-20 16:03:26 +00:00
|
|
|
"@babel/core": "7.26.10",
|
2025-02-21 12:52:45 +00:00
|
|
|
"@babel/plugin-transform-modules-umd": "7.25.9",
|
|
|
|
"@babel/preset-env": "7.26.9",
|
|
|
|
"@babel/preset-react": "7.26.3",
|
2025-01-10 22:12:50 +00:00
|
|
|
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
2025-03-20 17:08:35 +00:00
|
|
|
"@eslint/js": "9.22.0",
|
2025-03-20 18:35:30 +00:00
|
|
|
"@stylistic/eslint-plugin": "4.2.0",
|
2025-02-21 06:35:15 +00:00
|
|
|
"@stylistic/stylelint-plugin": "3.1.2",
|
2024-03-17 04:08:53 -04:00
|
|
|
"@types/dompurify": "3.0.5",
|
2023-11-14 05:18:33 +00:00
|
|
|
"@types/escape-html": "1.0.4",
|
2024-03-07 22:18:02 +00:00
|
|
|
"@types/loadable__component": "5.13.9",
|
2023-11-30 06:25:04 +00:00
|
|
|
"@types/lodash-es": "4.17.12",
|
2024-08-01 05:20:11 +00:00
|
|
|
"@types/markdown-it": "14.1.2",
|
2025-03-26 17:42:44 +00:00
|
|
|
"@types/react": "18.3.19",
|
2025-03-06 17:03:33 +00:00
|
|
|
"@types/react-dom": "18.3.5",
|
2025-01-01 14:44:54 +00:00
|
|
|
"@types/react-lazy-load-image-component": "1.6.4",
|
2024-03-07 22:40:32 +00:00
|
|
|
"@types/sortablejs": "1.15.8",
|
2025-03-20 17:08:35 +00:00
|
|
|
"@typescript-eslint/parser": "8.26.1",
|
2022-02-08 16:42:37 +00:00
|
|
|
"@uupaa/dynamic-import-polyfill": "1.0.2",
|
2025-03-24 15:02:28 +00:00
|
|
|
"@vitest/coverage-v8": "3.0.9",
|
2025-03-20 17:07:51 +00:00
|
|
|
"autoprefixer": "10.4.21",
|
2025-03-20 19:18:37 +00:00
|
|
|
"babel-loader": "10.0.0",
|
2022-02-08 16:42:37 +00:00
|
|
|
"clean-webpack-plugin": "4.0.0",
|
|
|
|
"confusing-browser-globals": "1.0.11",
|
2025-03-20 19:18:37 +00:00
|
|
|
"copy-webpack-plugin": "13.0.0",
|
2022-10-19 11:30:43 -04:00
|
|
|
"cross-env": "7.0.3",
|
2024-07-15 20:50:02 +00:00
|
|
|
"css-loader": "7.1.2",
|
2024-09-11 17:51:40 +00:00
|
|
|
"cssnano": "7.0.6",
|
2025-03-20 17:16:58 +00:00
|
|
|
"es-check": "8.0.2",
|
2025-03-20 17:08:35 +00:00
|
|
|
"eslint": "9.22.0",
|
2025-02-20 13:32:08 +00:00
|
|
|
"eslint-plugin-compat": "6.0.2",
|
2024-10-13 17:01:19 +00:00
|
|
|
"eslint-plugin-import": "2.31.0",
|
2025-01-10 22:12:50 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
2025-01-31 07:28:18 +00:00
|
|
|
"eslint-plugin-react": "7.37.4",
|
2025-03-20 17:08:35 +00:00
|
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
2025-02-20 13:32:08 +00:00
|
|
|
"eslint-plugin-sonarjs": "3.0.2",
|
2025-02-21 21:29:35 +00:00
|
|
|
"expose-loader": "5.0.1",
|
2025-03-25 15:36:32 -04:00
|
|
|
"fast-glob": "3.3.3",
|
2023-11-09 05:00:17 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "9.0.2",
|
2025-03-20 18:10:46 +00:00
|
|
|
"globals": "16.0.0",
|
2024-08-01 17:42:07 +00:00
|
|
|
"html-loader": "5.1.0",
|
2025-01-31 22:44:40 +00:00
|
|
|
"html-webpack-plugin": "5.6.3",
|
2025-03-23 14:46:49 +00:00
|
|
|
"jsdom": "26.0.0",
|
2025-01-31 22:44:40 +00:00
|
|
|
"mini-css-extract-plugin": "2.9.2",
|
2025-03-16 16:34:18 +00:00
|
|
|
"postcss": "8.5.3",
|
2024-05-18 15:31:15 +00:00
|
|
|
"postcss-loader": "8.1.1",
|
2025-03-16 16:34:18 +00:00
|
|
|
"postcss-preset-env": "10.1.5",
|
2023-11-09 03:47:47 +00:00
|
|
|
"postcss-scss": "4.0.9",
|
2025-03-25 00:32:20 +00:00
|
|
|
"sass": "1.86.0",
|
2025-02-21 21:29:35 +00:00
|
|
|
"sass-loader": "16.0.5",
|
2024-05-18 15:31:15 +00:00
|
|
|
"source-map-loader": "5.0.0",
|
2023-09-12 12:54:50 -04:00
|
|
|
"speed-measure-webpack-plugin": "1.5.0",
|
2024-05-18 15:31:15 +00:00
|
|
|
"style-loader": "4.0.0",
|
2025-03-22 19:40:26 +00:00
|
|
|
"stylelint": "16.16.0",
|
2022-02-08 16:42:37 +00:00
|
|
|
"stylelint-config-rational-order": "0.1.2",
|
2024-03-29 04:15:46 +00:00
|
|
|
"stylelint-no-browser-hacks": "1.3.0",
|
2024-01-16 17:13:22 +00:00
|
|
|
"stylelint-order": "6.0.4",
|
2025-03-20 17:08:35 +00:00
|
|
|
"stylelint-scss": "6.11.1",
|
2025-01-31 22:44:40 +00:00
|
|
|
"ts-loader": "9.5.2",
|
2025-03-20 18:08:23 +00:00
|
|
|
"typescript": "5.8.2",
|
|
|
|
"typescript-eslint": "8.26.1",
|
2025-03-24 15:02:28 +00:00
|
|
|
"vitest": "3.0.9",
|
2025-02-21 21:29:35 +00:00
|
|
|
"webpack": "5.98.0",
|
2024-05-18 07:03:00 +00:00
|
|
|
"webpack-bundle-analyzer": "4.10.2",
|
2025-03-20 19:18:37 +00:00
|
|
|
"webpack-cli": "6.0.1",
|
2025-01-31 22:44:40 +00:00
|
|
|
"webpack-dev-server": "5.2.0",
|
2024-07-30 18:26:49 +00:00
|
|
|
"webpack-merge": "6.0.1",
|
2022-02-08 16:42:37 +00:00
|
|
|
"worker-loader": "3.0.8"
|
2019-04-28 11:38:30 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-02-21 15:10:43 +00:00
|
|
|
"@emotion/react": "11.14.0",
|
|
|
|
"@emotion/styled": "11.14.0",
|
2025-03-23 06:28:30 +00:00
|
|
|
"@fontsource/noto-sans": "5.2.6",
|
2025-03-20 17:08:07 +00:00
|
|
|
"@fontsource/noto-sans-hk": "5.2.5",
|
|
|
|
"@fontsource/noto-sans-jp": "5.2.5",
|
|
|
|
"@fontsource/noto-sans-kr": "5.2.5",
|
|
|
|
"@fontsource/noto-sans-sc": "5.2.5",
|
|
|
|
"@fontsource/noto-sans-tc": "5.2.5",
|
2024-09-23 18:29:06 +00:00
|
|
|
"@jellyfin/libass-wasm": "4.2.3",
|
2025-03-26 08:44:21 +00:00
|
|
|
"@jellyfin/sdk": "0.0.0-unstable.202503260501",
|
2025-03-25 00:48:40 +00:00
|
|
|
"@mui/icons-material": "6.4.8",
|
|
|
|
"@mui/material": "6.4.8",
|
|
|
|
"@mui/x-date-pickers": "7.28.0",
|
2024-08-22 02:44:36 +00:00
|
|
|
"@react-hook/resize-observer": "2.0.2",
|
2025-03-25 11:47:17 +00:00
|
|
|
"@tanstack/react-query": "5.69.0",
|
|
|
|
"@tanstack/react-query-devtools": "5.69.0",
|
2025-01-31 06:56:16 +00:00
|
|
|
"abortcontroller-polyfill": "1.7.8",
|
2023-02-24 12:34:31 +00:00
|
|
|
"blurhash": "2.0.5",
|
2020-04-04 16:00:38 +02:00
|
|
|
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
|
2024-01-16 18:39:17 +00:00
|
|
|
"classnames": "2.5.1",
|
2025-03-08 20:23:53 +00:00
|
|
|
"core-js": "3.41.0",
|
2023-05-07 03:01:38 +00:00
|
|
|
"date-fns": "2.30.0",
|
2025-01-31 06:54:45 +00:00
|
|
|
"dompurify": "2.5.8",
|
2023-01-14 15:26:44 +01:00
|
|
|
"epubjs": "0.3.93",
|
2022-01-30 00:27:26 +03:00
|
|
|
"escape-html": "1.0.3",
|
2022-09-07 02:46:41 +00:00
|
|
|
"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 16:38:19 -04:00
|
|
|
"history": "5.3.0",
|
2025-01-29 02:57:29 +00:00
|
|
|
"hls.js": "1.5.20",
|
2022-08-18 11:01:46 +00:00
|
|
|
"intersection-observer": "0.12.2",
|
2023-11-03 11:27:50 -04:00
|
|
|
"jellyfin-apiclient": "1.11.0",
|
2023-11-09 06:00:44 +00:00
|
|
|
"jquery": "3.7.1",
|
2024-09-19 14:32:04 +00:00
|
|
|
"jstree": "3.3.17",
|
2024-09-08 14:59:32 +00:00
|
|
|
"libarchive.js": "2.0.2",
|
2024-11-19 15:44:10 -05:00
|
|
|
"libpgs": "0.8.1",
|
2022-02-08 16:41:42 +00:00
|
|
|
"lodash-es": "4.17.21",
|
2024-03-29 08:08:16 +00:00
|
|
|
"markdown-it": "14.1.0",
|
2022-08-19 15:15:10 +00:00
|
|
|
"material-design-icons-iconfont": "6.7.0",
|
2025-03-23 07:46:33 +00:00
|
|
|
"material-react-table": "3.2.1",
|
2022-02-08 16:41:42 +00:00
|
|
|
"native-promise-only": "0.8.1",
|
2023-11-09 02:51:53 +00:00
|
|
|
"pdfjs-dist": "3.11.174",
|
2024-06-02 20:58:11 +03:00
|
|
|
"react": "18.3.1",
|
2024-01-31 04:18:12 +03:00
|
|
|
"react-blurhash": "0.3.0",
|
2024-06-02 20:58:11 +03:00
|
|
|
"react-dom": "18.3.1",
|
2025-03-06 17:03:33 +00:00
|
|
|
"react-lazy-load-image-component": "1.6.3",
|
|
|
|
"react-router-dom": "6.30.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",
|
2025-01-31 06:54:56 +00:00
|
|
|
"sortablejs": "1.15.6",
|
2025-02-21 06:48:33 +00:00
|
|
|
"swiper": "11.2.3",
|
2025-02-21 08:59:59 +00:00
|
|
|
"usehooks-ts": "3.1.1",
|
2022-02-08 16:41:42 +00:00
|
|
|
"webcomponents.js": "0.7.24",
|
2024-01-13 16:02:06 +00:00
|
|
|
"whatwg-fetch": "3.6.20"
|
2019-05-22 14:50:54 -04:00
|
|
|
},
|
2024-08-20 18:36:39 -07:00
|
|
|
"optionalDependencies": {
|
2025-03-25 00:32:20 +00:00
|
|
|
"sass-embedded": "1.86.0"
|
2024-08-20 18:36:39 -07: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",
|
2023-09-12 12:54:50 -04:00
|
|
|
"build:analyze": "cross-env NODE_ENV=\"production\" webpack --config webpack.analyze.js",
|
2024-03-17 17:18:23 +03:00
|
|
|
"build:development": "webpack --config webpack.dev.js",
|
|
|
|
"build:production": "cross-env NODE_ENV=\"production\" webpack --config webpack.prod.js",
|
2023-01-03 12:00:39 -06:00
|
|
|
"build:check": "tsc --noEmit",
|
2024-09-11 23:34:53 +00:00
|
|
|
"build:es-check": "npm run build:production && npm run escheck",
|
2022-10-11 02:36:35 -04:00
|
|
|
"escheck": "es-check",
|
2022-04-13 11:02:20 -04:00
|
|
|
"lint": "eslint \"./\"",
|
2023-10-08 11:19:20 -04:00
|
|
|
"test": "vitest --watch=false --config vite.config.ts",
|
|
|
|
"test:watch": "vitest --config vite.config.ts",
|
2024-01-29 15:37:26 -05:00
|
|
|
"stylelint": "stylelint \"src/**/*.{css,scss}\""
|
2021-03-02 00:28:44 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-09-29 09:44:21 -04:00
|
|
|
"node": ">=20.0.0",
|
2023-09-30 01:49:15 -04:00
|
|
|
"npm": ">=9.6.4",
|
2021-03-02 00:28:44 +01:00
|
|
|
"yarn": "YARN NO LONGER USED - use npm instead."
|
2019-02-20 22:17:26 +00:00
|
|
|
}
|
2019-02-20 22:15:40 +00:00
|
|
|
}
|