Files
jellyfin-web/package.json
T

180 lines
5.8 KiB
JSON
Raw Normal View History

2019-02-20 22:15:40 +00:00
{
"name": "jellyfin-web",
2026-05-06 09:25:58 -04:00
"version": "12.0.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",
"devDependencies": {
2026-06-30 19:15:45 +00:00
"@babel/core": "7.29.7",
"@babel/plugin-transform-modules-umd": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/preset-react": "7.29.7",
2026-06-30 19:21:35 +00:00
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
2026-08-01 05:39:45 +00:00
"@eslint/js": "9.39.5",
2025-06-26 15:15:08 +00:00
"@stylistic/eslint-plugin": "4.4.1",
"@stylistic/stylelint-plugin": "3.1.3",
2024-03-17 04:08:53 -04:00
"@types/dompurify": "3.0.5",
"@types/escape-html": "1.0.4",
"@types/loadable__component": "5.13.10",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "14.1.2",
2026-06-30 19:21:48 +00:00
"@types/react": "18.3.31",
2025-05-14 15:16:35 +00:00
"@types/react-dom": "18.3.7",
"@types/react-lazy-load-image-component": "1.6.5",
2026-03-18 22:55:49 +00:00
"@types/sortablejs": "1.15.9",
2026-08-01 05:39:45 +00:00
"@typescript-eslint/parser": "8.65.0",
2022-02-08 16:42:37 +00:00
"@uupaa/dynamic-import-polyfill": "1.0.2",
2026-07-14 23:01:32 +00:00
"@vitest/coverage-v8": "3.2.7",
2026-07-31 06:55:46 +00:00
"autoprefixer": "10.5.4",
2026-03-18 23:14:55 +00:00
"babel-loader": "10.1.1",
"caniuse-lite": "1.0.30001806",
2022-02-08 16:42:37 +00:00
"clean-webpack-plugin": "4.0.0",
"confusing-browser-globals": "1.0.11",
2026-03-20 00:05:14 +00:00
"copy-webpack-plugin": "14.0.0",
2026-03-19 02:00:42 +00:00
"cross-env": "10.1.0",
2026-03-18 23:14:55 +00:00
"css-loader": "7.1.4",
2026-06-30 19:34:17 +00:00
"cssnano": "7.1.9",
2026-06-30 19:20:55 +00:00
"es-check": "9.6.4",
2026-08-01 05:39:45 +00:00
"eslint": "9.39.5",
2026-03-18 18:56:57 +00:00
"eslint-plugin-compat": "6.2.1",
2025-07-08 21:54:41 +00:00
"eslint-plugin-import": "2.32.0",
2025-01-10 22:12:50 +00:00
"eslint-plugin-jsx-a11y": "6.10.2",
2025-04-11 19:08:57 +00:00
"eslint-plugin-react": "7.37.5",
2025-03-20 17:08:35 +00:00
"eslint-plugin-react-hooks": "5.2.0",
2026-03-18 18:56:57 +00:00
"eslint-plugin-sonarjs": "3.0.7",
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",
"fork-ts-checker-webpack-plugin": "9.1.0",
2026-06-30 19:22:36 +00:00
"globals": "17.7.0",
2024-08-01 17:42:07 +00:00
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.8",
2026-07-01 19:47:59 +00:00
"jsdom": "29.1.1",
2026-07-01 18:44:47 +00:00
"mini-css-extract-plugin": "2.10.2",
2026-08-01 05:14:03 +00:00
"postcss": "8.5.23",
2026-03-18 23:14:55 +00:00
"postcss-loader": "8.2.1",
2026-03-18 13:10:34 +00:00
"postcss-preset-env": "10.6.1",
2023-11-09 03:47:47 +00:00
"postcss-scss": "4.0.9",
2026-08-01 09:51:26 +00:00
"sass": "1.102.0",
2026-07-01 18:44:47 +00:00
"sass-loader": "16.0.8",
2024-05-18 15:31:15 +00:00
"source-map-loader": "5.0.0",
2026-07-01 18:44:47 +00:00
"speed-measure-webpack-plugin": "1.6.0",
2024-05-18 15:31:15 +00:00
"style-loader": "4.0.0",
2026-03-18 18:56:57 +00:00
"stylelint": "16.26.1",
2022-02-08 16:42:37 +00:00
"stylelint-config-rational-order": "0.1.2",
2026-06-30 19:21:35 +00:00
"stylelint-no-browser-hacks": "2.0.3",
2026-03-18 18:56:57 +00:00
"stylelint-order": "7.0.1",
"stylelint-scss": "6.14.0",
2026-07-01 18:44:47 +00:00
"ts-loader": "9.6.2",
2026-03-18 21:54:43 +00:00
"typescript": "5.9.3",
2026-08-01 05:39:45 +00:00
"typescript-eslint": "8.65.0",
2026-03-19 15:36:32 +00:00
"vite-tsconfig-paths": "6.1.1",
2026-07-14 23:01:32 +00:00
"vitest": "3.2.7",
2026-07-31 06:56:15 +00:00
"webpack": "5.109.0",
"webpack-bundle-analyzer": "5.3.1",
2026-07-12 14:30:22 +00:00
"webpack-cli": "7.2.1",
"webpack-dev-server": "5.2.6",
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.1",
2026-08-01 15:01:53 +00:00
"@fontsource/noto-sans": "5.3.0",
"@fontsource/noto-sans-hk": "5.3.0",
"@fontsource/noto-sans-jp": "5.3.0",
"@fontsource/noto-sans-kr": "5.3.0",
"@fontsource/noto-sans-sc": "5.3.0",
"@fontsource/noto-sans-tc": "5.3.0",
"@jellyfin/libass-wasm": "4.2.4",
"@jellyfin/sdk": "0.0.0-unstable.202607220710",
2025-04-10 17:38:51 -04:00
"@jellyfin/ux-web": "1.0.0",
2026-03-18 21:54:56 +00:00
"@mui/icons-material": "6.5.0",
"@mui/material": "6.5.0",
2025-06-10 21:52:48 +00:00
"@mui/x-date-pickers": "7.29.4",
"@react-hook/resize-observer": "2.0.2",
2026-07-14 16:28:10 -04:00
"@tanstack/react-query": "5.91.3",
"@tanstack/react-query-devtools": "5.91.3",
"@tanstack/react-query-persist-client": "5.90.27",
"abortcontroller-polyfill": "1.7.8",
2026-06-30 19:22:26 +00:00
"axios": "1.18.1",
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",
2026-03-24 18:57:07 +00:00
"core-js": "3.49.0",
2023-05-07 03:01:38 +00:00
"date-fns": "2.30.0",
2026-03-27 02:19:09 +00:00
"dompurify": "2.5.9",
2024-12-01 20:34:36 +03:00
"element-closest-polyfill": "1.0.7",
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",
"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",
2026-06-30 19:15:19 +00:00
"hls.js": "1.6.16",
2026-07-30 16:40:59 +00:00
"idb-keyval": "6.3.0",
"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",
"libbitsub": "1.11.0",
"lodash-es": "4.18.1",
2026-07-09 15:10:58 +00:00
"markdown-it": "14.3.0",
"material-design-icons-iconfont": "6.7.0",
"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",
2025-05-28 21:36:56 +03:00
"proxy-polyfill": "0.3.2",
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",
2026-06-30 19:21:48 +00:00
"react-router-dom": "6.30.4",
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",
2026-03-18 22:55:49 +00:00
"sortablejs": "1.15.7",
2026-06-30 19:22:48 +00:00
"swiper": "12.2.0",
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
},
"optionalDependencies": {
2026-06-30 19:23:00 +00:00
"sass-embedded": "1.100.0"
},
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",
"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",
"build:analyze": "cross-env NODE_ENV=\"production\" webpack --config webpack.analyze.js",
"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",
"build:es-check": "npm run build:production && npm run escheck",
"escheck": "es-check",
"lint": "eslint",
"test": "vitest --watch=false --config vite.config.ts",
"test:watch": "vitest --config vite.config.ts",
"stylelint": "stylelint \"src/**/*.{css,scss}\""
2021-03-02 00:28:44 +01:00
},
"engines": {
"node": ">=24.0.0",
"npm": ">=11.0.0",
2021-03-02 00:28:44 +01:00
"yarn": "YARN NO LONGER USED - use npm instead."
}
2019-02-20 22:15:40 +00:00
}