jellyfin-web/package.json

144 lines
4.6 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": {
2022-09-27 17:40:20 -07:00
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-plugin": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-transform-modules-umd": "7.18.6",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@types/escape-html": "1.0.2",
2022-02-15 13:17:31 -07:00
"@types/lodash-es": "4.17.6",
2022-09-28 16:56:01 -07:00
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
2022-10-03 13:00:06 -07:00
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
2022-02-08 09:42:37 -07:00
"@uupaa/dynamic-import-polyfill": "1.0.2",
"autoprefixer": "10.4.12",
2022-09-28 11:09:57 -07:00
"babel-loader": "8.2.5",
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": "11.0.0",
2022-03-08 07:01:16 -07:00
"css-loader": "6.7.1",
2022-08-17 23:31:37 -07:00
"cssnano": "5.1.13",
2022-09-30 19:24:30 -07:00
"eslint": "8.24.0",
2022-02-16 15:48:11 -07:00
"eslint-plugin-compat": "4.0.2",
2022-02-08 09:42:37 -07:00
"eslint-plugin-eslint-comments": "3.2.0",
2022-08-24 09:41:42 -07:00
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
2022-09-02 14:52:50 -07:00
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.8",
2022-08-24 09:41:42 -07:00
"eslint-plugin-react-hooks": "4.6.0",
2022-09-30 14:57:47 -07:00
"eslint-plugin-sonarjs": "0.15.0",
2022-09-03 18:03:28 -07:00
"expose-loader": "4.0.0",
"html-loader": "4.2.0",
2022-02-08 09:42:37 -07:00
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.6.1",
2022-08-17 12:53:13 -07:00
"postcss": "8.4.16",
2022-09-07 20:35:37 -07:00
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.8.2",
"postcss-scss": "4.0.5",
2022-09-28 16:56:33 -07:00
"sass": "1.55.0",
2022-09-08 00:55:46 -07:00
"sass-loader": "13.0.2",
"source-map-loader": "4.0.0",
2022-02-08 09:42:37 -07:00
"style-loader": "3.3.1",
"stylelint": "14.12.1",
2022-02-08 09:42:37 -07:00
"stylelint-config-rational-order": "0.1.2",
"stylelint-no-browser-hacks": "1.2.1",
"stylelint-order": "5.0.0",
2022-08-24 09:41:42 -07:00
"stylelint-scss": "4.3.0",
2022-09-28 11:09:57 -07:00
"ts-loader": "9.4.1",
2022-09-17 20:39:40 -07:00
"typescript": "4.8.3",
2022-09-28 11:09:57 -07:00
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1",
2022-02-08 09:42:37 -07:00
"webpack-merge": "5.8.0",
2022-08-24 11:38:22 -07:00
"workbox-webpack-plugin": "6.5.4",
2022-02-08 09:42:37 -07:00
"worker-loader": "3.0.8"
},
"dependencies": {
2022-08-17 10:22:57 -07:00
"@fontsource/noto-sans": "4.5.11",
"@fontsource/noto-sans-hk": "4.5.11",
"@fontsource/noto-sans-jp": "4.5.11",
"@fontsource/noto-sans-kr": "4.5.11",
"@fontsource/noto-sans-sc": "4.5.11",
"@fontsource/noto-sans-tc": "4.5.11",
"@jellyfin/libass-wasm": "4.1.1",
2022-09-16 09:47:59 -07:00
"@jellyfin/sdk": "0.7.0",
2022-09-19 18:14:47 -07:00
"blurhash": "2.0.0",
2020-04-04 07:00:38 -07:00
"classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz",
2022-09-21 12:04:23 -07:00
"classnames": "2.3.2",
2022-10-02 18:54:45 -07:00
"core-js": "3.25.3",
2022-09-21 15:56:14 -07:00
"date-fns": "2.29.3",
2022-09-03 07:06:02 -07:00
"dompurify": "2.4.0",
"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",
2022-02-08 09:41:42 -07:00
"hls.js": "0.14.17",
"intersection-observer": "0.12.2",
2022-02-08 09:41:42 -07:00
"jellyfin-apiclient": "1.10.0",
2022-08-31 08:03:36 -07:00
"jquery": "3.6.1",
2022-02-08 09:41:42 -07:00
"jstree": "3.3.12",
"libarchive.js": "1.3.0",
"lodash-es": "4.17.21",
2022-09-07 18:08:02 -07:00
"marked": "4.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": "2.16.105",
2022-02-08 09:41:42 -07:00
"react": "17.0.2",
"react-dom": "17.0.2",
2022-09-28 16:56:01 -07:00
"react-router-dom": "6.4.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.0",
2022-09-22 07:17:34 -07:00
"swiper": "8.4.2",
2022-02-08 09:41:42 -07:00
"webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.2",
2022-08-24 11:38:22 -07:00
"workbox-core": "6.5.4",
"workbox-precaching": "6.5.4"
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",
"prepare": "node ./scripts/prepare.js",
2020-08-15 03:44:52 -07:00
"build:development": "webpack --config webpack.dev.js",
"build:production": "NODE_ENV=\"production\" webpack --config webpack.prod.js",
"lint": "eslint \"./\"",
2021-03-01 16:28:44 -07:00
"stylelint": "npm run stylelint:css && npm run stylelint:scss",
2020-11-25 11:57:01 -07:00
"stylelint:css": "stylelint \"src/**/*.css\"",
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
2021-03-01 16:28:44 -07:00
},
"engines": {
2022-09-29 22:06:48 -07:00
"node": ">=16.13.1",
"npm": ">=8.1.2",
2021-03-01 16:28:44 -07:00
"yarn": "YARN NO LONGER USED - use npm instead."
}
2019-02-20 15:15:40 -07:00
}