jellyfin-web/package.json

162 lines
5.4 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": {
2024-01-05 21:00:42 +00:00
"@babel/core": "7.23.7",
2022-09-28 00:40:20 +00:00
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
2023-11-30 06:26:49 +00:00
"@babel/plugin-transform-modules-umd": "7.23.3",
"@babel/preset-env": "7.23.8",
2023-11-30 06:26:49 +00:00
"@babel/preset-react": "7.23.3",
"@types/escape-html": "1.0.4",
"@types/loadable__component": "5.13.8",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "13.0.7",
2023-11-30 13:10:57 +00:00
"@types/react": "17.0.71",
"@types/react-dom": "17.0.25",
"@types/sortablejs": "1.15.7",
2023-11-09 12:24:08 +00:00
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
2022-02-08 16:42:37 +00:00
"@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "10.4.16",
2023-11-09 02:57:13 +00:00
"babel-loader": "9.1.3",
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-07-12 16:56:22 +00:00
"css-loader": "6.8.1",
2023-05-07 10:15:35 +00:00
"cssnano": "6.0.1",
2023-04-19 13:04:43 +00:00
"es-check": "7.1.1",
2023-11-30 13:11:15 +00:00
"eslint": "8.54.0",
2023-11-09 12:24:08 +00:00
"eslint-plugin-compat": "4.2.0",
2022-02-08 16:42:37 +00:00
"eslint-plugin-eslint-comments": "3.2.0",
2023-11-09 12:24:08 +00:00
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
2022-08-24 16:41:42 +00:00
"eslint-plugin-react-hooks": "4.6.0",
2023-11-13 23:18:17 +00:00
"eslint-plugin-sonarjs": "0.23.0",
2023-03-29 03:04:04 +00:00
"expose-loader": "4.1.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-loader": "4.2.0",
2023-07-12 16:56:22 +00:00
"html-webpack-plugin": "5.5.3",
2024-01-12 15:04:45 +00:00
"jsdom": "23.1.0",
2023-06-02 03:21:29 +00:00
"mini-css-extract-plugin": "2.7.6",
2023-11-09 03:47:47 +00:00
"postcss": "8.4.31",
2023-07-12 16:56:22 +00:00
"postcss-loader": "7.3.3",
"postcss-preset-env": "9.3.0",
2023-11-09 03:47:47 +00:00
"postcss-scss": "4.0.9",
2024-01-13 13:35:04 +00:00
"sass": "1.69.7",
2023-07-12 16:56:22 +00:00
"sass-loader": "13.3.2",
"source-map-loader": "4.0.1",
"speed-measure-webpack-plugin": "1.5.0",
2023-06-02 03:21:29 +00:00
"style-loader": "3.3.3",
2023-11-09 12:24:08 +00:00
"stylelint": "15.11.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-11-13 23:18:17 +00:00
"stylelint-scss": "5.3.1",
2023-11-30 17:26:30 +00:00
"ts-loader": "9.5.1",
2024-01-13 13:35:14 +00:00
"typescript": "5.3.3",
"vitest": "0.34.6",
2023-11-09 02:57:13 +00:00
"webpack": "5.89.0",
2023-11-30 17:26:30 +00:00
"webpack-bundle-analyzer": "4.10.1",
2023-07-12 16:56:22 +00:00
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
2023-11-09 02:57:13 +00:00
"webpack-merge": "5.10.0",
2022-02-08 16:42:37 +00:00
"worker-loader": "3.0.8"
},
"dependencies": {
"@emotion/react": "11.11.3",
2023-05-17 02:42:50 +00:00
"@emotion/styled": "11.11.0",
2024-01-03 23:21:03 +00:00
"@fontsource/noto-sans": "5.0.18",
"@fontsource/noto-sans-hk": "5.0.17",
"@fontsource/noto-sans-jp": "5.0.17",
"@fontsource/noto-sans-kr": "5.0.17",
"@fontsource/noto-sans-sc": "5.0.17",
"@fontsource/noto-sans-tc": "5.0.17",
2022-12-09 19:26:18 +00:00
"@jellyfin/sdk": "unstable",
"@loadable/component": "5.15.3",
2024-01-12 15:48:20 +00:00
"@mui/icons-material": "5.15.3",
"@mui/material": "5.15.3",
"@mui/x-data-grid": "6.18.7",
2023-06-29 20:17:59 +00:00
"@react-hook/resize-observer": "1.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
2023-11-08 16:48:54 +00:00
"abortcontroller-polyfill": "1.7.5",
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-11-30 12:55:20 +00:00
"core-js": "3.33.3",
2023-05-07 03:01:38 +00:00
"date-fns": "2.30.0",
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",
2023-03-17 09:02:33 +00:00
"event-target-polyfill": "github:ThaUnknown/event-target-polyfill",
"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",
"hls.js": "1.5.0-beta.3",
"intersection-observer": "0.12.2",
2023-12-06 16:31:40 +00:00
"jassub": "1.7.13",
2023-11-03 15:27:50 +00:00
"jellyfin-apiclient": "1.11.0",
2023-11-09 06:00:44 +00:00
"jquery": "3.7.1",
2023-11-09 06:24:06 +00:00
"jstree": "3.3.16",
2022-02-08 16:41:42 +00:00
"libarchive.js": "1.3.0",
"lodash-es": "4.17.21",
2023-11-15 06:11:45 +00:00
"markdown-it": "13.0.2",
"material-design-icons-iconfont": "6.7.0",
2022-02-08 16:41:42 +00:00
"native-promise-only": "0.8.1",
"pdfjs-dist": "3.11.174",
2022-02-08 16:41:42 +00:00
"react": "17.0.2",
"react-dom": "17.0.2",
2023-11-30 13:10:57 +00:00
"react-router-dom": "6.20.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.1",
2023-11-30 06:01:06 +00:00
"swiper": "11.0.5",
2022-02-08 16:41:42 +00:00
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20"
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",
"build:analyze": "cross-env NODE_ENV=\"production\" webpack --config webpack.analyze.js",
2023-03-15 12:25:30 +00:00
"build:development": "cross-env NODE_OPTIONS=\"--max_old_space_size=6144\" webpack --config webpack.dev.js",
"build:production": "cross-env NODE_ENV=\"production\" NODE_OPTIONS=\"--max_old_space_size=6144\" webpack --config webpack.prod.js",
"build:check": "tsc --noEmit",
"escheck": "es-check",
"lint": "eslint \"./\"",
"test": "vitest --watch=false --config vite.config.ts",
"test:watch": "vitest --config vite.config.ts",
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": {
"node": ">=20.0.0",
2023-09-30 05:49:15 +00:00
"npm": ">=9.6.4",
2021-03-01 23:28:44 +00:00
"yarn": "YARN NO LONGER USED - use npm instead."
}
2019-02-20 22:15:40 +00:00
}