jellyfin-web/package.json

163 lines
5.3 KiB
JSON
Raw Normal View History

2019-02-20 15:15:40 -07:00
{
"name": "jellyfin-web",
2022-09-28 10:47:25 -07:00
"version": "10.9.0",
2019-02-20 15:15:40 -07:00
"description": "Web interface for Jellyfin",
"repository": "https://github.com/jellyfin/jellyfin-web",
2019-05-20 21:50:53 -07:00
"license": "GPL-2.0-or-later",
"devDependencies": {
2024-01-05 14:00:42 -07:00
"@babel/core": "7.23.7",
2022-09-27 17:40:20 -07:00
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
2023-11-29 23:26:49 -07:00
"@babel/plugin-transform-modules-umd": "7.23.3",
"@babel/preset-env": "7.23.8",
2023-11-29 23:26:49 -07:00
"@babel/preset-react": "7.23.3",
"@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-28 22:46:08 -07:00
"@types/react": "17.0.79",
2023-11-30 06:10:57 -07:00
"@types/react-dom": "17.0.25",
"@types/sortablejs": "1.15.8",
2023-11-09 05:24:08 -07:00
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
2022-02-08 09:42:37 -07:00
"@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "10.4.19",
2023-11-08 19:57:13 -07:00
"babel-loader": "9.1.3",
2022-02-08 09:42:37 -07: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 08:30:43 -07:00
"cross-env": "7.0.3",
2024-03-29 14:10:42 -07:00
"css-loader": "6.10.0",
2024-03-29 01:08:00 -07:00
"cssnano": "6.1.1",
2023-04-19 06:04:43 -07:00
"es-check": "7.1.1",
2024-03-28 21:15:46 -07:00
"eslint": "8.57.0",
2023-11-09 05:24:08 -07:00
"eslint-plugin-compat": "4.2.0",
2022-02-08 09:42:37 -07:00
"eslint-plugin-eslint-comments": "3.2.0",
2024-01-16 10:13:22 -07:00
"eslint-plugin-import": "2.29.1",
2023-11-09 05:24:08 -07:00
"eslint-plugin-jsx-a11y": "6.8.0",
2024-03-28 21:15:46 -07:00
"eslint-plugin-react": "7.34.1",
2022-08-24 09:41:42 -07:00
"eslint-plugin-react-hooks": "4.6.0",
2024-03-28 21:15:46 -07:00
"eslint-plugin-sonarjs": "0.24.0",
2023-03-28 20:04:04 -07:00
"expose-loader": "4.1.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-loader": "4.2.0",
2024-01-17 09:47:36 -07:00
"html-webpack-plugin": "5.6.0",
2024-01-16 14:55:51 -07:00
"jsdom": "23.2.0",
2024-03-29 14:10:42 -07:00
"mini-css-extract-plugin": "2.8.1",
2024-01-13 03:54:26 -07:00
"postcss": "8.4.33",
2024-01-17 09:47:36 -07:00
"postcss-loader": "7.3.4",
"postcss-preset-env": "9.3.0",
2023-11-08 20:47:47 -07:00
"postcss-scss": "4.0.9",
2024-03-29 13:22:08 -07:00
"sass": "1.72.0",
2024-01-17 09:47:36 -07:00
"sass-loader": "13.3.3",
"source-map-loader": "4.0.2",
"speed-measure-webpack-plugin": "1.5.0",
2024-01-17 09:47:36 -07:00
"style-loader": "3.3.4",
2023-11-09 05:24:08 -07:00
"stylelint": "15.11.0",
2022-02-08 09:42:37 -07:00
"stylelint-config-rational-order": "0.1.2",
2024-03-28 21:15:46 -07:00
"stylelint-no-browser-hacks": "1.3.0",
2024-01-16 10:13:22 -07:00
"stylelint-order": "6.0.4",
"stylelint-scss": "5.3.2",
2023-11-30 10:26:30 -07:00
"ts-loader": "9.5.1",
2024-03-29 13:28:58 -07:00
"typescript": "5.4.3",
2024-03-29 14:03:10 -07:00
"vitest": "1.4.0",
2024-03-29 14:10:42 -07:00
"webpack": "5.91.0",
2023-11-30 10:26:30 -07:00
"webpack-bundle-analyzer": "4.10.1",
2023-07-12 09:56:22 -07:00
"webpack-cli": "5.1.4",
2024-03-29 14:10:42 -07:00
"webpack-dev-server": "4.15.2",
2023-11-08 19:57:13 -07:00
"webpack-merge": "5.10.0",
2022-02-08 09:42:37 -07:00
"worker-loader": "3.0.8"
},
"dependencies": {
"@emotion/react": "11.11.4",
2023-05-16 19:42:50 -07:00
"@emotion/styled": "11.11.0",
2024-03-24 11:40:27 -07:00
"@fontsource/noto-sans": "5.0.21",
"@fontsource/noto-sans-hk": "5.0.18",
"@fontsource/noto-sans-jp": "5.0.18",
"@fontsource/noto-sans-kr": "5.0.18",
"@fontsource/noto-sans-sc": "5.0.18",
"@fontsource/noto-sans-tc": "5.0.18",
"@jellyfin/libass-wasm": "4.2.1",
"@jellyfin/sdk": "0.0.0-unstable.202403290501",
"@loadable/component": "5.16.3",
2024-03-04 08:52:21 -07:00
"@mui/icons-material": "5.15.11",
"@mui/material": "5.15.11",
"@mui/x-data-grid": "6.19.5",
2023-06-29 13:17:59 -07:00
"@react-hook/resize-observer": "1.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
2024-01-30 18:18:12 -07:00
"@types/react-lazy-load-image-component": "1.6.3",
2023-11-08 09:48:54 -07:00
"abortcontroller-polyfill": "1.7.5",
2023-02-24 05:34:31 -07:00
"blurhash": "2.0.5",
2020-04-04 07:00:38 -07:00
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
2024-01-16 11:39:17 -07:00
"classnames": "2.5.1",
2024-03-30 02:08:46 -07:00
"core-js": "3.36.1",
2023-05-06 20:01:38 -07:00
"date-fns": "2.30.0",
2023-03-08 05:26:33 -07:00
"dompurify": "3.0.1",
2023-01-14 07:26:44 -07:00
"epubjs": "0.3.93",
2022-01-29 14:27:26 -07:00
"escape-html": "1.0.3",
"fast-text-encoding": "1.0.6",
2022-02-08 09:41:42 -07:00
"flv.js": "1.6.2",
"headroom.js": "0.12.0",
2022-04-13 13:38:19 -07:00
"history": "5.3.0",
2024-03-04 21:39:27 -07:00
"hls.js": "1.5.7",
"intersection-observer": "0.12.2",
2023-11-03 08:27:50 -07:00
"jellyfin-apiclient": "1.11.0",
2023-11-08 23:00:44 -07:00
"jquery": "3.7.1",
2023-11-08 23:24:06 -07:00
"jstree": "3.3.16",
2022-02-08 09:41:42 -07: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 09:41:42 -07:00
"native-promise-only": "0.8.1",
"pdfjs-dist": "3.11.174",
2022-02-08 09:41:42 -07:00
"react": "17.0.2",
2024-01-30 18:18:12 -07:00
"react-blurhash": "0.3.0",
2022-02-08 09:41:42 -07:00
"react-dom": "17.0.2",
2024-01-30 18:18:12 -07:00
"react-lazy-load-image-component": "1.6.0",
2024-03-28 22:46:08 -07:00
"react-router-dom": "6.22.3",
2022-02-08 09:41:42 -07:00
"resize-observer-polyfill": "1.5.1",
2022-08-18 06:31:30 -07:00
"screenfull": "6.0.2",
"sortablejs": "1.15.2",
2024-03-24 06:41:51 -07:00
"swiper": "11.0.7",
"usehooks-ts": "2.16.0",
2022-02-08 09:41:42 -07:00
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20"
2019-05-22 11:50:54 -07:00
},
2019-12-30 03:37:21 -07:00
"browserslist": [
2019-12-30 07:21:42 -07:00
"last 2 Firefox versions",
"last 2 Chrome versions",
"last 2 ChromeAndroid versions",
"last 2 Safari versions",
2020-07-28 06:25:40 -07:00
"iOS > 10",
2019-12-30 07:21:42 -07:00
"last 2 Edge versions",
"Chrome 27",
2019-12-30 03:37:21 -07:00
"Chrome 38",
"Chrome 47",
"Chrome 53",
"Chrome 56",
"Chrome 63",
2020-07-28 06:25:40 -07:00
"Edge 18",
2019-12-30 03:37:21 -07:00
"Firefox ESR"
],
2019-05-22 11:50:54 -07:00
"scripts": {
2021-03-01 16:28:44 -07: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 16:28:44 -07:00
},
"engines": {
"node": ">=20.0.0",
2023-09-29 22:49:15 -07:00
"npm": ">=9.6.4",
2021-03-01 16:28:44 -07:00
"yarn": "YARN NO LONGER USED - use npm instead."
}
2019-02-20 15:15:40 -07:00
}