jellyfin-web/package.json

163 lines
5.3 KiB
JSON
Raw Normal View History

2019-02-20 22:15:40 +00:00
{
"name": "jellyfin-web",
2024-05-11 18:24:04 +00:00
"version": "10.10.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-05-06 19:43:00 +00:00
"@babel/core": "7.24.5",
2022-09-28 00:40:20 +00:00
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
2024-03-31 03:27:42 +00:00
"@babel/plugin-transform-modules-umd": "7.24.1",
2024-05-06 19:43:00 +00:00
"@babel/preset-env": "7.24.5",
2024-03-31 03:27:42 +00:00
"@babel/preset-react": "7.24.1",
"@types/escape-html": "1.0.4",
"@types/loadable__component": "5.13.9",
"@types/lodash-es": "4.17.12",
"@types/markdown-it": "13.0.7",
2024-03-29 05:46:08 +00:00
"@types/react": "17.0.79",
2023-11-30 13:10:57 +00:00
"@types/react-dom": "17.0.25",
"@types/sortablejs": "1.15.8",
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.19",
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": "12.0.2",
2022-10-19 15:30:43 +00:00
"cross-env": "7.0.3",
2024-03-29 21:10:42 +00:00
"css-loader": "6.10.0",
2024-04-01 23:11:25 +00:00
"cssnano": "6.1.2",
2023-04-19 13:04:43 +00:00
"es-check": "7.1.1",
2024-03-29 04:15:46 +00:00
"eslint": "8.57.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",
2024-01-16 17:13:22 +00:00
"eslint-plugin-import": "2.29.1",
2023-11-09 12:24:08 +00:00
"eslint-plugin-jsx-a11y": "6.8.0",
2024-03-29 04:15:46 +00:00
"eslint-plugin-react": "7.34.1",
2024-05-03 19:47:53 +00:00
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sonarjs": "0.25.1",
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",
2024-01-17 16:47:36 +00:00
"html-webpack-plugin": "5.6.0",
2024-03-30 09:13:08 +00:00
"jsdom": "24.0.0",
2024-03-29 21:10:42 +00:00
"mini-css-extract-plugin": "2.8.1",
2024-03-30 09:12:20 +00:00
"postcss": "8.4.38",
2024-01-17 16:47:36 +00:00
"postcss-loader": "7.3.4",
"postcss-preset-env": "9.5.11",
2023-11-09 03:47:47 +00:00
"postcss-scss": "4.0.9",
2024-03-29 20:22:08 +00:00
"sass": "1.72.0",
2024-01-17 16:47:36 +00:00
"sass-loader": "13.3.3",
"source-map-loader": "4.0.2",
"speed-measure-webpack-plugin": "1.5.0",
2024-01-17 16:47:36 +00:00
"style-loader": "3.3.4",
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",
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",
"stylelint-scss": "5.3.2",
2023-11-30 17:26:30 +00:00
"ts-loader": "9.5.1",
2024-03-29 20:28:58 +00:00
"typescript": "5.4.3",
2024-03-29 21:03:10 +00:00
"vitest": "1.4.0",
2024-03-29 21:10:42 +00:00
"webpack": "5.91.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",
2024-03-29 21:10:42 +00:00
"webpack-dev-server": "4.15.2",
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.4",
2023-05-17 02:42:50 +00:00
"@emotion/styled": "11.11.0",
2024-05-18 06:42:36 +00:00
"@fontsource/noto-sans": "5.0.22",
"@fontsource/noto-sans-hk": "5.0.19",
"@fontsource/noto-sans-jp": "5.0.19",
"@fontsource/noto-sans-kr": "5.0.19",
"@fontsource/noto-sans-sc": "5.0.19",
"@fontsource/noto-sans-tc": "5.0.19",
"@jellyfin/libass-wasm": "4.2.1",
"@jellyfin/sdk": "0.0.0-unstable.202405050501",
"@loadable/component": "5.16.3",
2024-05-15 12:30:28 +00:00
"@mui/icons-material": "5.15.17",
"@mui/material": "5.15.17",
"@mui/x-data-grid": "6.19.11",
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",
2024-01-31 01:18:12 +00:00
"@types/react-lazy-load-image-component": "1.6.3",
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",
2024-01-16 18:39:17 +00:00
"classnames": "2.5.1",
2024-03-30 09:08:46 +00:00
"core-js": "3.36.1",
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",
"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",
2024-03-05 04:39:27 +00:00
"hls.js": "1.5.7",
"intersection-observer": "0.12.2",
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",
"markdown-it": "14.1.0",
"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",
2024-01-31 01:18:12 +00:00
"react-blurhash": "0.3.0",
2022-02-08 16:41:42 +00:00
"react-dom": "17.0.2",
2024-01-31 01:18:12 +00:00
"react-lazy-load-image-component": "1.6.0",
2024-03-29 05:46:08 +00:00
"react-router-dom": "6.22.3",
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.2",
2024-03-24 13:41:51 +00:00
"swiper": "11.0.7",
2024-04-11 17:03:50 +00:00
"usehooks-ts": "3.1.0",
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",
"build:development": "webpack --config webpack.dev.js",
"build:production": "cross-env NODE_ENV=\"production\" 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",
"stylelint": "stylelint \"src/**/*.{css,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
}