jellyfish-web/package.json

160 lines
5.4 KiB
JSON
Raw Normal View History

2019-02-20 22:15:40 +00:00
{
"name": "jellyfin-web",
2022-09-28 13:47:25 -04: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 00:50:53 -04:00
"license": "GPL-2.0-or-later",
"devDependencies": {
2023-11-09 03:18:38 +00:00
"@babel/core": "7.23.2",
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-09 03:18:38 +00:00
"@babel/plugin-transform-modules-umd": "7.22.5",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@types/escape-html": "1.0.3",
"@types/loadable__component": "5.13.6",
"@types/lodash-es": "4.17.10",
2023-11-09 04:28:38 +00:00
"@types/react": "17.0.69",
"@types/react-dom": "17.0.22",
"@types/sortablejs": "1.15.4",
2023-06-02 21:54:51 +00:00
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
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 11:30:43 -04: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-06-02 21:54:51 +00:00
"eslint": "8.41.0",
2023-04-19 14:49:33 +00:00
"eslint-plugin-compat": "4.1.4",
2022-02-08 16:42:37 +00:00
"eslint-plugin-eslint-comments": "3.2.0",
2023-02-05 10:07:33 +00:00
"eslint-plugin-import": "2.27.5",
2023-01-19 10:37:17 +00:00
"eslint-plugin-jsx-a11y": "6.7.1",
2023-02-05 10:07:33 +00:00
"eslint-plugin-react": "7.32.2",
2022-08-24 16:41:42 +00:00
"eslint-plugin-react-hooks": "4.6.0",
2023-03-27 19:43:15 +00:00
"eslint-plugin-sonarjs": "0.19.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",
"jsdom": "22.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",
2023-11-09 03:47:47 +00:00
"postcss-preset-env": "8.5.1",
"postcss-scss": "4.0.9",
2023-05-03 01:56:57 +00:00
"sass": "1.62.1",
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-06-02 21:54:51 +00:00
"stylelint": "15.6.2",
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-05-11 00:55:57 +00:00
"stylelint-scss": "5.0.0",
2023-11-09 02:57:13 +00:00
"ts-loader": "9.5.0",
2023-04-19 13:06:49 +00:00
"typescript": "5.0.4",
"vitest": "0.34.6",
2023-11-09 02:57:13 +00:00
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.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.1",
2023-05-17 02:42:50 +00:00
"@emotion/styled": "11.11.0",
2023-10-29 00:50:12 +00:00
"@fontsource/noto-sans": "5.0.17",
"@fontsource/noto-sans-hk": "5.0.16",
"@fontsource/noto-sans-jp": "5.0.16",
"@fontsource/noto-sans-kr": "5.0.16",
"@fontsource/noto-sans-sc": "5.0.16",
"@fontsource/noto-sans-tc": "5.0.16",
2022-12-09 14:26:18 -05:00
"@jellyfin/sdk": "unstable",
"@loadable/component": "5.15.3",
2023-05-12 14:56:19 +00:00
"@mui/icons-material": "5.11.16",
"@mui/material": "5.13.3",
2023-06-04 02:34:40 -04:00
"@mui/x-data-grid": "6.6.0",
2023-06-29 23:17:59 +03:00
"@react-hook/resize-observer": "1.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
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",
2022-09-21 19:04:23 +00:00
"classnames": "2.3.2",
2023-05-13 21:06:54 +00:00
"core-js": "3.30.2",
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 15:26:44 +01:00
"epubjs": "0.3.93",
2022-01-30 00:27:26 +03:00
"escape-html": "1.0.3",
2023-03-17 10:02:33 +01: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 16:38:19 -04:00
"history": "5.3.0",
"hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1",
"intersection-observer": "0.12.2",
"jassub": "1.7.1",
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",
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-03-29 10:00:41 +00:00
"marked": "4.3.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",
"react-dom": "17.0.2",
2023-11-09 04:28:38 +00:00
"react-router-dom": "6.18.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.0",
2023-05-22 14:05:01 +00:00
"swiper": "9.3.2",
2022-02-08 16:41:42 +00:00
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.2"
2019-05-22 14:50:54 -04:00
},
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",
2023-03-15 13:25:30 +01: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-02 00:28:44 +01:00
"stylelint": "npm run stylelint:css && npm run stylelint:scss",
2020-11-25 13:57:01 -05:00
"stylelint:css": "stylelint \"src/**/*.css\"",
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.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
}