2013-03-23 00:39:08 +01:00
|
|
|
{
|
2018-11-23 08:05:47 +01:00
|
|
|
"name": "radarr",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Radarr is a PVR for Usenet and BitTorrent users",
|
2013-03-23 00:39:08 +01:00
|
|
|
"scripts": {
|
2021-04-25 22:31:21 +02:00
|
|
|
"build": "webpack --config ./frontend/build/webpack.config.js",
|
|
|
|
"prebuild": "yarn clean",
|
2023-04-30 22:29:24 +02:00
|
|
|
"clean": "rimraf ./_output/UI && rimraf --glob \"**/*.js.map\"",
|
2021-04-25 22:31:21 +02:00
|
|
|
"start": "webpack --watch --config ./frontend/build/webpack.config.js",
|
|
|
|
"watch": "webpack --watch --config ./frontend/build/webpack.config.js",
|
2023-01-16 06:19:43 +01:00
|
|
|
"lint": "eslint --config frontend/.eslintrc.js --ignore-path frontend/.eslintignore frontend/",
|
|
|
|
"lint-fix": "yarn lint --fix",
|
2019-10-14 22:21:00 +02:00
|
|
|
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
|
|
|
|
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
|
2013-03-23 00:39:08 +01:00
|
|
|
},
|
2018-11-23 08:05:47 +01:00
|
|
|
"repository": "https://github.com/Radarr/Radarr",
|
|
|
|
"author": "Team Radarr",
|
2016-04-13 17:08:20 +02:00
|
|
|
"license": "GPL-3.0",
|
2013-03-23 00:39:08 +01:00
|
|
|
"readmeFilename": "readme.md",
|
2023-07-18 05:37:02 +02:00
|
|
|
"main": "index.ts",
|
2021-04-25 22:31:21 +02:00
|
|
|
"browserslist": [
|
2023-04-29 05:55:35 +02:00
|
|
|
"defaults"
|
2021-04-25 22:31:21 +02:00
|
|
|
],
|
2013-03-23 00:39:08 +01:00
|
|
|
"dependencies": {
|
2023-05-13 01:31:13 +02:00
|
|
|
"@fortawesome/fontawesome-free": "6.4.0",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "6.4.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.4.0",
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2023-03-12 20:03:34 +01:00
|
|
|
"@juggle/resize-observer": "3.4.0",
|
2023-04-14 02:15:09 +02:00
|
|
|
"@microsoft/signalr": "6.0.16",
|
2023-05-13 01:31:13 +02:00
|
|
|
"@sentry/browser": "7.51.2",
|
|
|
|
"@sentry/integrations": "7.51.2",
|
|
|
|
"@types/node": "18.16.8",
|
|
|
|
"@types/react": "18.2.6",
|
|
|
|
"@types/react-dom": "18.2.4",
|
|
|
|
"classnames": "2.3.2",
|
|
|
|
"clipboard": "2.0.11",
|
|
|
|
"connected-react-router": "6.9.3",
|
2018-11-23 08:05:47 +01:00
|
|
|
"element-class": "0.2.2",
|
2023-05-13 01:31:13 +02:00
|
|
|
"filesize": "10.0.7",
|
|
|
|
"fuse.js": "6.6.2",
|
2019-12-05 04:25:02 +01:00
|
|
|
"history": "4.10.1",
|
2021-04-25 22:31:21 +02:00
|
|
|
"https-browserify": "1.0.0",
|
2018-11-23 08:05:47 +01:00
|
|
|
"jdu": "1.0.0",
|
2023-05-13 01:31:13 +02:00
|
|
|
"jquery": "3.7.0",
|
2021-04-26 00:14:21 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
"mobile-detect": "1.4.5",
|
2022-10-20 04:54:56 +02:00
|
|
|
"moment": "2.29.4",
|
2020-04-05 04:35:53 +02:00
|
|
|
"mousetrap": "1.6.5",
|
2018-11-23 08:05:47 +01:00
|
|
|
"normalize.css": "8.0.1",
|
2023-05-13 01:31:13 +02:00
|
|
|
"prop-types": "15.8.1",
|
|
|
|
"qs": "6.11.1",
|
2021-04-26 00:17:43 +02:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-addons-shallow-compare": "15.6.3",
|
2020-10-05 03:49:16 +02:00
|
|
|
"react-async-script": "1.2.0",
|
2021-04-25 00:39:06 +02:00
|
|
|
"react-autosuggest": "10.1.0",
|
2023-05-13 01:31:13 +02:00
|
|
|
"react-custom-scrollbars-2": "4.5.0",
|
2021-04-26 01:24:26 +02:00
|
|
|
"react-dnd": "14.0.2",
|
|
|
|
"react-dnd-html5-backend": "14.0.0",
|
|
|
|
"react-dnd-multi-backend": "6.0.2",
|
|
|
|
"react-dnd-touch-backend": "14.0.0",
|
2018-11-23 08:05:47 +01:00
|
|
|
"react-document-title": "2.0.3",
|
2021-04-26 00:17:43 +02:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-focus-lock": "2.5.0",
|
2020-10-05 03:49:16 +02:00
|
|
|
"react-google-recaptcha": "2.1.0",
|
2021-04-25 00:39:06 +02:00
|
|
|
"react-lazyload": "3.2.0",
|
2018-11-23 08:05:47 +01:00
|
|
|
"react-measure": "1.4.7",
|
2020-01-18 18:57:23 +01:00
|
|
|
"react-popper": "1.3.7",
|
2021-04-26 01:21:00 +02:00
|
|
|
"react-redux": "7.2.4",
|
2020-10-05 03:49:16 +02:00
|
|
|
"react-router": "5.2.0",
|
|
|
|
"react-router-dom": "5.2.0",
|
2021-04-25 00:39:06 +02:00
|
|
|
"react-slider": "1.1.4",
|
|
|
|
"react-tabs": "3.2.2",
|
2022-03-20 17:57:24 +01:00
|
|
|
"react-text-truncate": "0.18.0",
|
2023-03-12 20:03:34 +01:00
|
|
|
"react-use-measure": "2.1.1",
|
2019-12-08 07:06:06 +01:00
|
|
|
"react-virtualized": "9.21.1",
|
2023-05-13 01:31:13 +02:00
|
|
|
"react-window": "1.8.9",
|
|
|
|
"redux": "4.2.1",
|
2019-04-13 05:25:58 +02:00
|
|
|
"redux-actions": "2.6.5",
|
2020-04-05 04:35:53 +02:00
|
|
|
"redux-batched-actions": "0.5.0",
|
2018-11-23 08:05:47 +01:00
|
|
|
"redux-localstorage": "0.4.1",
|
|
|
|
"redux-thunk": "2.3.0",
|
2023-05-13 01:31:13 +02:00
|
|
|
"reselect": "4.1.8",
|
2023-04-22 23:19:16 +02:00
|
|
|
"stacktrace-js": "2.0.2",
|
2023-01-06 03:43:51 +01:00
|
|
|
"swiper": "8.3.2",
|
2023-05-13 01:31:13 +02:00
|
|
|
"typescript": "4.9.5"
|
2021-04-25 22:31:21 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-23 07:38:10 +02:00
|
|
|
"@babel/core": "7.22.9",
|
|
|
|
"@babel/eslint-parser": "7.22.9",
|
2023-04-30 22:29:24 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
2023-07-23 07:38:10 +02:00
|
|
|
"@babel/plugin-proposal-export-default-from": "7.22.5",
|
2023-04-30 22:29:24 +02:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2021-04-25 22:31:21 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
2023-07-23 07:38:10 +02:00
|
|
|
"@babel/preset-env": "7.22.9",
|
|
|
|
"@babel/preset-react": "7.22.5",
|
|
|
|
"@babel/preset-typescript": "7.22.5",
|
|
|
|
"@types/lodash": "4.14.195",
|
2023-05-03 06:07:12 +02:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
|
|
|
"@types/react-text-truncate": "0.14.1",
|
2023-03-12 20:03:34 +01:00
|
|
|
"@types/react-window": "1.8.5",
|
2023-05-08 03:55:00 +02:00
|
|
|
"@types/redux-actions": "2.6.2",
|
2023-05-01 23:57:15 +02:00
|
|
|
"@types/webpack-livereload-plugin": "2.3.3",
|
2023-04-30 22:29:24 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.5",
|
|
|
|
"@typescript-eslint/parser": "5.59.5",
|
|
|
|
"autoprefixer": "10.4.14",
|
2023-07-23 07:38:10 +02:00
|
|
|
"babel-loader": "9.1.3",
|
2021-04-25 22:31:21 +02:00
|
|
|
"babel-plugin-inline-classnames": "2.0.1",
|
|
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
2023-07-23 07:38:10 +02:00
|
|
|
"core-js": "3.31.1",
|
2023-04-30 22:29:24 +02:00
|
|
|
"css-loader": "6.7.3",
|
2023-01-06 03:43:51 +01:00
|
|
|
"css-modules-typescript-loader": "4.0.1",
|
2023-07-23 07:38:10 +02:00
|
|
|
"eslint": "8.45.0",
|
2023-04-30 22:29:24 +02:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2021-04-25 22:31:21 +02:00
|
|
|
"eslint-plugin-filenames": "1.3.2",
|
2023-04-30 22:29:24 +02:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2022-03-20 17:22:25 +01:00
|
|
|
"eslint-plugin-json": "3.1.0",
|
2023-01-08 09:26:33 +01:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-04-30 22:29:24 +02:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2022-11-04 22:16:11 +01:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-04-30 22:29:24 +02:00
|
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
2021-04-25 22:31:21 +02:00
|
|
|
"file-loader": "6.2.0",
|
2023-04-30 22:29:24 +02:00
|
|
|
"filemanager-webpack-plugin": "8.0.0",
|
2023-01-06 03:43:51 +01:00
|
|
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
2023-07-23 07:38:10 +02:00
|
|
|
"html-webpack-plugin": "5.5.3",
|
2023-01-24 23:19:31 +01:00
|
|
|
"loader-utils": "^3.2.1",
|
2023-07-23 07:38:10 +02:00
|
|
|
"mini-css-extract-plugin": "2.7.6",
|
2023-04-30 22:29:24 +02:00
|
|
|
"postcss": "8.4.23",
|
2021-04-25 22:31:21 +02:00
|
|
|
"postcss-color-function": "4.1.0",
|
2023-05-13 01:31:13 +02:00
|
|
|
"postcss-loader": "7.3.0",
|
2023-04-30 22:29:24 +02:00
|
|
|
"postcss-mixins": "9.0.4",
|
|
|
|
"postcss-nested": "6.0.1",
|
|
|
|
"postcss-simple-vars": "7.0.1",
|
2021-04-26 00:01:08 +02:00
|
|
|
"postcss-url": "10.1.3",
|
2023-04-30 22:29:24 +02:00
|
|
|
"prettier": "2.8.8",
|
2018-11-23 08:05:47 +01:00
|
|
|
"require-nocache": "1.0.0",
|
2023-04-30 22:29:24 +02:00
|
|
|
"rimraf": "4.4.1",
|
2018-11-23 08:05:47 +01:00
|
|
|
"run-sequence": "2.2.1",
|
|
|
|
"streamqueue": "1.1.2",
|
2023-05-13 01:31:13 +02:00
|
|
|
"style-loader": "3.3.2",
|
2023-04-30 22:29:24 +02:00
|
|
|
"stylelint": "15.6.1",
|
|
|
|
"stylelint-order": "6.0.3",
|
2023-07-23 07:38:10 +02:00
|
|
|
"terser-webpack-plugin": "5.3.9",
|
2023-01-06 03:43:51 +01:00
|
|
|
"ts-loader": "9.4.2",
|
2023-04-30 22:29:24 +02:00
|
|
|
"typescript-plugin-css-modules": "5.0.1",
|
2021-04-25 22:31:21 +02:00
|
|
|
"url-loader": "4.1.1",
|
2023-07-23 07:38:10 +02:00
|
|
|
"webpack": "5.88.2",
|
|
|
|
"webpack-cli": "5.1.4",
|
2022-04-15 04:08:10 +02:00
|
|
|
"webpack-livereload-plugin": "3.0.2",
|
2021-11-22 22:14:28 +01:00
|
|
|
"worker-loader": "3.0.8"
|
2023-01-09 03:43:25 +01:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "16.17.0",
|
|
|
|
"yarn": "1.22.19"
|
2021-04-25 22:31:21 +02:00
|
|
|
}
|
2013-03-23 00:39:08 +01:00
|
|
|
}
|