jellyfin-web/package.json

168 lines
5.4 KiB
JSON
Raw Normal View History

2019-02-20 15:15:40 -07:00
{
"name": "jellyfin-web",
2024-05-11 11:24:04 -07:00
"version": "10.10.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-07-26 16:59:18 -07:00
"@babel/core": "7.24.9",
2024-07-29 06:49:35 -07:00
"@babel/plugin-transform-class-properties": "7.24.7",
2024-07-15 13:56:49 -07:00
"@babel/plugin-transform-modules-umd": "7.24.7",
"@babel/plugin-transform-private-methods": "7.24.7",
2024-07-26 16:59:18 -07:00
"@babel/preset-env": "7.24.8",
2024-07-15 13:56:49 -07:00
"@babel/preset-react": "7.24.7",
2024-08-20 23:52:39 -07:00
"@stylistic/eslint-plugin": "2.6.4",
2024-03-17 01:08:53 -07: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",
2024-06-02 10:58:11 -07:00
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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",
2024-08-10 01:20:40 -07:00
"@vitest/coverage-v8": "2.0.5",
"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-07-15 13:50:02 -07:00
"css-loader": "7.1.2",
2024-07-12 17:26:46 -07:00
"cssnano": "7.0.4",
"es-check": "7.2.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",
2024-07-08 18:05:36 -07:00
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
2024-05-03 12:47:53 -07:00
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sonarjs": "0.25.1",
2024-05-18 08:31:15 -07:00
"expose-loader": "5.0.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-loader": "5.1.0",
2024-01-17 09:47:36 -07:00
"html-webpack-plugin": "5.6.0",
2024-07-27 23:04:01 -07:00
"jsdom": "24.1.1",
2024-05-18 00:03:00 -07:00
"mini-css-extract-plugin": "2.9.0",
2024-07-31 22:21:06 -07:00
"postcss": "8.4.40",
2024-05-18 08:31:15 -07:00
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.6.0",
2023-11-08 20:47:47 -07:00
"postcss-scss": "4.0.9",
2024-07-18 13:18:02 -07:00
"sass": "1.77.8",
2024-07-30 11:26:49 -07:00
"sass-loader": "15.0.0",
2024-05-18 08:31:15 -07:00
"source-map-loader": "5.0.0",
"speed-measure-webpack-plugin": "1.5.0",
2024-05-18 08:31:15 -07:00
"style-loader": "4.0.0",
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-07-29 18:30:52 -07:00
"typescript": "5.5.4",
2024-08-10 01:20:40 -07:00
"vitest": "2.0.5",
2024-07-26 16:45:49 -07:00
"webpack": "5.93.0",
2024-05-18 00:03:00 -07:00
"webpack-bundle-analyzer": "4.10.2",
2023-07-12 09:56:22 -07:00
"webpack-cli": "5.1.4",
2024-05-18 08:31:15 -07:00
"webpack-dev-server": "5.0.4",
2024-07-30 11:26:49 -07:00
"webpack-merge": "6.0.1",
2022-02-08 09:42:37 -07:00
"worker-loader": "3.0.8"
},
"dependencies": {
2024-08-01 10:43:11 -07:00
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
2024-05-17 23:42:36 -07:00
"@fontsource/noto-sans": "5.0.22",
2024-08-10 01:20:21 -07:00
"@fontsource/noto-sans-hk": "5.0.20",
2024-05-17 23:42:36 -07:00
"@fontsource/noto-sans-jp": "5.0.19",
"@fontsource/noto-sans-kr": "5.0.19",
2024-08-10 01:20:21 -07:00
"@fontsource/noto-sans-sc": "5.0.20",
"@fontsource/noto-sans-tc": "5.0.20",
"@jellyfin/libass-wasm": "4.2.2",
"@jellyfin/sdk": "0.0.0-unstable.202408210501",
2024-06-12 09:32:11 -07:00
"@mui/icons-material": "5.15.19",
"@mui/material": "5.15.19",
"@mui/x-data-grid": "7.6.1",
"@react-hook/resize-observer": "2.0.1",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"@types/react-lazy-load-image-component": "1.6.4",
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-05-21 13:18:13 -07:00
"core-js": "3.37.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-07-10 17:05:47 -07:00
"hls.js": "1.5.13",
"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",
2024-06-02 10:58:11 -07:00
"react": "18.3.1",
2024-01-30 18:18:12 -07:00
"react-blurhash": "0.3.0",
2024-06-02 10:58:11 -07:00
"react-dom": "18.3.1",
"react-lazy-load-image-component": "1.6.2",
"react-router-dom": "6.25.1",
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-07-31 22:07:01 -07:00
"swiper": "11.1.7",
2024-04-11 10:03:50 -07:00
"usehooks-ts": "3.1.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
},
"optionalDependencies": {
"sass-embedded": "1.77.8"
},
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
}