Radarr/package.json

137 lines
4.3 KiB
JSON
Raw Normal View History

2013-03-22 23:39:08 +00:00
{
2018-11-23 07:05:47 +00:00
"name": "radarr",
"version": "1.0.0",
"description": "Radarr is a PVR for Usenet and BitTorrent users",
2013-03-22 23:39:08 +00:00
"scripts": {
"build": "gulp build",
2018-11-23 07:05:47 +00:00
"start": "gulp watch",
"watch": "gulp watch",
"clean": "git clean -fXd",
2019-07-27 05:33:33 +00:00
"lint": "esprint check",
"lint-fix": "esprint check --fix",
2019-10-14 20:21:00 +00:00
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
2013-03-22 23:39:08 +00:00
},
2018-11-23 07:05:47 +00:00
"repository": "https://github.com/Radarr/Radarr",
"author": "Team Radarr",
"license": "GPL-3.0",
2013-03-22 23:39:08 +00:00
"readmeFilename": "readme.md",
"dependencies": {
2019-12-05 03:25:02 +00:00
"@babel/core": "7.7.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-proposal-export-default-from": "7.7.4",
"@babel/plugin-proposal-export-namespace-from": "7.7.4",
"@babel/plugin-proposal-function-sent": "7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
"@babel/plugin-proposal-numeric-separator": "7.7.4",
"@babel/plugin-proposal-optional-chaining": "7.7.5",
"@babel/plugin-proposal-throw-expressions": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/preset-env": "7.7.5",
"@babel/preset-react": "7.7.4",
"@fortawesome/fontawesome-free": "5.11.2",
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/free-regular-svg-icons": "5.11.2",
"@fortawesome/free-solid-svg-icons": "5.11.2",
"@fortawesome/react-fontawesome": "0.1.8",
2019-12-05 21:41:55 +00:00
"@microsoft/signalr": "3.1.0",
2020-01-12 19:58:15 +00:00
"@sentry/browser": "5.11.0",
"@sentry/integrations": "5.11.0",
2019-07-27 05:33:33 +00:00
"ansi-colors": "4.1.1",
2019-12-05 03:25:02 +00:00
"autoprefixer": "9.7.3",
"babel-eslint": "10.0.3",
2019-07-27 05:33:33 +00:00
"babel-loader": "8.0.6",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
2018-11-23 07:05:47 +00:00
"classnames": "2.2.6",
"clipboard": "2.0.4",
2019-12-05 03:25:02 +00:00
"connected-react-router": "6.6.1",
2019-07-27 05:33:33 +00:00
"core-js": "3",
2018-11-23 07:05:47 +00:00
"create-react-class": "15.6.3",
2019-12-05 03:25:02 +00:00
"css-loader": "3.2.1",
"del": "5.1.0",
2018-11-23 07:05:47 +00:00
"element-class": "0.2.2",
2020-01-18 17:46:00 +00:00
"eslint": "6.8.0",
2018-11-23 07:05:47 +00:00
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-react": "7.19.0",
2020-01-18 17:46:00 +00:00
"esprint": "0.6.0",
2019-12-05 03:25:02 +00:00
"file-loader": "5.0.2",
"filesize": "4.1.2",
2019-12-05 03:25:02 +00:00
"fuse.js": "3.4.6",
2019-07-27 05:33:33 +00:00
"gulp": "4.0.2",
2018-11-23 07:05:47 +00:00
"gulp-cached": "1.1.1",
"gulp-concat": "2.6.1",
2014-11-20 00:36:05 +00:00
"gulp-declare": "0.3.0",
2019-12-05 03:25:02 +00:00
"gulp-livereload": "4.0.2",
2018-11-23 07:05:47 +00:00
"gulp-postcss": "8.0.0",
"gulp-print": "5.0.2",
"gulp-sourcemaps": "2.6.5",
2019-12-05 03:25:02 +00:00
"gulp-stripbom": "1.0.5",
2018-11-23 07:05:47 +00:00
"gulp-watch": "5.0.1",
"gulp-wrap": "0.15.0",
2019-12-05 03:25:02 +00:00
"history": "4.10.1",
"html-webpack-plugin": "3.2.0",
2018-11-23 07:05:47 +00:00
"jdu": "1.0.0",
2019-07-27 05:33:33 +00:00
"jquery": "3.4.1",
2018-11-23 07:05:47 +00:00
"loader-utils": "^1.1.0",
2019-12-05 03:25:02 +00:00
"lodash": "4.17.15",
2019-07-27 05:33:33 +00:00
"mini-css-extract-plugin": "0.8.0",
2019-12-05 03:25:02 +00:00
"mobile-detect": "1.4.4",
"moment": "2.24.0",
"mousetrap": "1.6.3",
2018-11-23 07:05:47 +00:00
"normalize.css": "8.0.1",
"postcss-color-function": "4.1.0",
2018-11-23 07:05:47 +00:00
"postcss-loader": "3.0.0",
2019-12-05 03:25:02 +00:00
"postcss-mixins": "6.2.3",
"postcss-nested": "4.2.1",
"postcss-simple-vars": "5.0.2",
"postcss-url": "8.0.0",
"prop-types": "15.7.2",
2019-12-05 03:25:02 +00:00
"qs": "6.9.1",
"react": "16.8.6",
2018-11-23 07:05:47 +00:00
"react-addons-shallow-compare": "15.6.2",
2019-07-27 05:33:33 +00:00
"react-async-script": "1.1.1",
"react-autosuggest": "9.4.3",
2018-11-23 07:05:47 +00:00
"react-custom-scrollbars": "4.2.1",
2019-12-05 03:25:02 +00:00
"react-dnd": "9.5.1",
"react-dnd-html5-backend": "9.5.1",
2018-11-23 07:05:47 +00:00
"react-document-title": "2.0.3",
"react-dom": "16.8.6",
"react-focus-lock": "2.2.1",
2019-12-05 03:25:02 +00:00
"react-google-recaptcha": "2.0.1",
"react-lazyload": "2.6.5",
2018-11-23 07:05:47 +00:00
"react-measure": "1.4.7",
"react-popper": "1.3.7",
2019-12-05 03:25:02 +00:00
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
2020-02-12 01:31:44 +00:00
"react-slider": "1.0.3",
"react-tabs": "3.0.0",
2019-12-05 03:25:02 +00:00
"react-text-truncate": "0.15.0",
"react-virtualized": "9.21.1",
2019-07-27 05:33:33 +00:00
"redux": "4.0.4",
"redux-actions": "2.6.5",
"redux-batched-actions": "0.4.1",
2018-11-23 07:05:47 +00:00
"redux-localstorage": "0.4.1",
"redux-thunk": "2.3.0",
"require-nocache": "1.0.0",
"reselect": "4.0.0",
2018-11-23 07:05:47 +00:00
"run-sequence": "2.2.1",
"streamqueue": "1.1.2",
2019-12-05 03:25:02 +00:00
"style-loader": "1.0.1",
"stylelint": "13.2.1",
2020-01-18 17:46:00 +00:00
"stylelint-order": "4.0.0",
2019-12-05 03:25:02 +00:00
"url-loader": "3.0.0",
"webpack": "4.41.2",
"webpack-stream": "5.2.1",
"worker-loader": "2.0.0"
2018-11-23 07:05:47 +00:00
},
2019-07-27 05:33:33 +00:00
"main": "index.js",
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all",
"not chrome < 60"
]
2013-03-22 23:39:08 +00:00
}