1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/package.json

171 lines
5.5 KiB
JSON
Raw Normal View History

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",
"devDependencies": {
2025-02-21 12:52:45 +00:00
"@babel/core": "7.26.9",
"@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",
"@stylistic/eslint-plugin": "4.2.0",
"@stylistic/stylelint-plugin": "3.1.2",
2024-03-17 04:08:53 -04:00
"@types/dompurify": "3.0.5",
"@types/escape-html": "1.0.4",
"@types/loadable__component": "5.13.9",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "14.1.2",
2025-03-06 17:03:33 +00:00
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
2025-01-01 14:44:54 +00:00
"@types/react-lazy-load-image-component": "1.6.4",
"@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-20 16:03:01 +00:00
"@vitest/coverage-v8": "3.0.8",
"autoprefixer": "10.4.21",
"babel-loader": "9.2.1",
2022-02-08 16:42:37 +00:00
"clean-webpack-plugin": "4.0.0",
"confusing-browser-globals": "1.0.11",
"copy-webpack-plugin": "12.0.2",
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",
"es-check": "7.2.1",
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",
"fork-ts-checker-webpack-plugin": "9.0.2",
2025-03-20 18:10:46 +00:00
"globals": "16.0.0",
"html-loader": "5.1.0",
2025-01-31 22:44:40 +00:00
"html-webpack-plugin": "5.6.3",
2024-09-29 06:27:06 +00:00
"jsdom": "25.0.1",
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-20 15:55:30 +00:00
"sass": "1.85.1",
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",
"speed-measure-webpack-plugin": "1.5.0",
2024-05-18 15:31:15 +00:00
"style-loader": "4.0.0",
"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-20 16:03:01 +00:00
"vitest": "3.0.8",
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",
2023-07-12 16:56:22 +00:00
"webpack-cli": "5.1.4",
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"
},
"dependencies": {
2025-02-21 15:10:43 +00:00
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
2025-03-20 17:08:07 +00:00
"@fontsource/noto-sans": "5.2.5",
"@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",
"@jellyfin/libass-wasm": "4.2.3",
"@jellyfin/sdk": "0.0.0-unstable.202503230501",
2025-03-22 19:40:42 +00:00
"@mui/icons-material": "6.4.7",
"@mui/material": "6.4.7",
2025-02-21 06:35:32 +00:00
"@mui/x-date-pickers": "7.26.0",
"@react-hook/resize-observer": "2.0.2",
"@tanstack/react-query": "5.68.0",
"@tanstack/react-query-devtools": "5.68.0",
"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",
"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",
"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",
"libpgs": "0.8.1",
2022-02-08 16:41:42 +00:00
"lodash-es": "4.17.21",
"markdown-it": "14.1.0",
"material-design-icons-iconfont": "6.7.0",
"material-react-table": "2.13.3",
2022-02-08 16:41:42 +00:00
"native-promise-only": "0.8.1",
"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",
"sortablejs": "1.15.6",
2025-02-21 06:48:33 +00:00
"swiper": "11.2.3",
"usehooks-ts": "3.1.1",
2022-02-08 16:41:42 +00:00
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20"
2019-05-22 14:50:54 -04:00
},
"optionalDependencies": {
2025-03-20 15:55:30 +00:00
"sass-embedded": "1.85.1"
},
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",
"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",
"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": ">=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:15:40 +00:00
}