Sonarr/package.json

137 lines
4.3 KiB
JSON
Raw Normal View History

2013-03-22 23:39:08 +00:00
{
2018-01-13 02:01:27 +00:00
"name": "sonarr",
"version": "3.0.0",
"description": "Sonarr is a PVR for Usenet and BitTorrent users",
2013-03-22 23:39:08 +00:00
"scripts": {
"build": "gulp build",
2018-01-13 02:01:27 +00:00
"start": "gulp watch",
"watch": "gulp watch",
2019-07-17 01:39:44 +00:00
"lint": "esprint check",
"lint-fix": "eslint start --fix",
2018-01-13 02:01:27 +00:00
"stylelint": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
2013-03-22 23:39:08 +00:00
},
2018-01-13 02:01:27 +00:00
"repository": "https://github.com/Sonarr/Sonarr",
2017-02-11 06:50:16 +00:00
"author": "Team Sonarr",
"license": "GPL-3.0",
2013-03-22 23:39:08 +00:00
"readmeFilename": "readme.md",
"dependencies": {
2020-10-03 19:08:34 +00:00
"@babel/core": "7.11.6",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-proposal-function-sent": "7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
"@babel/plugin-proposal-numeric-separator": "7.10.4",
"@babel/plugin-proposal-optional-chaining": "7.11.0",
"@babel/plugin-proposal-throw-expressions": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
2020-10-03 19:11:12 +00:00
"@fortawesome/fontawesome-free": "5.15.0",
"@fortawesome/fontawesome-svg-core": "1.2.31",
"@fortawesome/free-regular-svg-icons": "5.15.0",
"@fortawesome/free-solid-svg-icons": "5.15.0",
"@fortawesome/react-fontawesome": "0.1.11",
2020-10-03 19:12:10 +00:00
"@sentry/browser": "5.24.2",
"@sentry/integrations": "5.24.2",
2019-07-17 01:18:20 +00:00
"ansi-colors": "4.1.1",
2019-07-17 01:52:17 +00:00
"autoprefixer": "9.6.1",
2020-10-03 19:08:34 +00:00
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
2019-03-03 19:29:12 +00:00
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
2018-01-13 02:01:27 +00:00
"classnames": "2.2.6",
"clipboard": "2.0.6",
"connected-react-router": "6.8.0",
2020-10-03 19:33:29 +00:00
"core-js": "3.6.5",
2018-01-13 02:01:27 +00:00
"create-react-class": "15.6.3",
2019-07-17 01:28:24 +00:00
"css-loader": "3.0.0",
2020-10-03 22:30:43 +00:00
"del": "6.0.0",
2017-02-11 06:50:16 +00:00
"element-class": "0.2.2",
2020-10-03 19:51:37 +00:00
"esformatter": "0.11.3",
2020-10-03 19:45:44 +00:00
"eslint": "7.10.0",
2018-01-13 02:01:27 +00:00
"eslint-plugin-filenames": "1.3.2",
2020-10-03 19:45:44 +00:00
"eslint-plugin-react": "7.21.3",
"esprint": "0.7.0",
2020-10-03 22:25:48 +00:00
"file-loader": "6.1.0",
2020-10-03 19:51:07 +00:00
"filesize": "6.1.0",
2020-10-03 19:25:20 +00:00
"fuse.js": "6.4.1",
2019-07-17 01:18:20 +00:00
"gulp": "4.0.2",
2018-01-13 02:01:27 +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",
2020-10-03 19:14:52 +00:00
"gulp-livereload": "4.0.2",
2018-01-13 02:01:27 +00:00
"gulp-postcss": "8.0.0",
2019-07-17 01:18:20 +00:00
"gulp-print": "5.0.2",
"gulp-sourcemaps": "2.6.5",
2020-10-03 19:14:52 +00:00
"gulp-stripbom": "1.0.5",
2018-01-13 02:01:27 +00:00
"gulp-watch": "5.0.1",
2019-07-17 01:18:20 +00:00
"gulp-wrap": "0.15.0",
2019-07-17 02:30:19 +00:00
"history": "4.9.0",
2020-10-03 22:25:48 +00:00
"html-webpack-plugin": "4.5.0",
2018-01-13 02:01:27 +00:00
"jdu": "1.0.0",
2020-10-03 19:28:25 +00:00
"jquery": "3.5.1",
2020-10-03 22:25:48 +00:00
"loader-utils": "^2.0.0",
"lodash": "4.17.20",
2019-07-17 01:52:17 +00:00
"mini-css-extract-plugin": "0.8.0",
"mobile-detect": "1.4.4",
2020-10-03 19:28:25 +00:00
"moment": "2.29.0",
"mousetrap": "1.6.5",
"normalize.css": "8.0.1",
2019-07-17 01:52:17 +00:00
"postcss-color-function": "4.1.0",
2018-01-13 02:01:27 +00:00
"postcss-loader": "3.0.0",
2019-02-28 02:38:56 +00:00
"postcss-mixins": "6.2.1",
"postcss-nested": "4.1.2",
"postcss-simple-vars": "5.0.2",
2019-03-03 19:29:12 +00:00
"postcss-url": "8.0.0",
2019-02-28 05:37:49 +00:00
"prop-types": "15.7.2",
2020-10-03 19:28:25 +00:00
"qs": "6.9.4",
"react": "16.13.1",
2018-01-13 02:01:27 +00:00
"react-addons-shallow-compare": "15.6.2",
"react-async-script": "1.2.0",
2020-10-03 22:34:44 +00:00
"react-autosuggest": "10.0.2",
2018-01-13 02:01:27 +00:00
"react-custom-scrollbars": "4.2.1",
2020-10-03 19:36:31 +00:00
"react-dnd": "11.1.3",
"react-dnd-html5-backend": "11.1.3",
2018-01-13 02:01:27 +00:00
"react-document-title": "2.0.3",
"react-dom": "16.13.1",
"react-focus-lock": "2.4.1",
2020-10-03 22:30:54 +00:00
"react-google-recaptcha": "2.1.0",
2020-10-03 21:40:52 +00:00
"react-lazyload": "3.0.0",
2018-01-13 02:01:27 +00:00
"react-measure": "1.4.7",
2019-04-14 21:46:40 +00:00
"react-popper": "1.3.3",
"react-redux": "7.2.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-slider": "1.0.11",
"react-tabs": "3.1.1",
"react-text-truncate": "0.16.0",
2019-07-17 02:05:53 +00:00
"react-virtualized": "9.21.1",
"redux": "4.0.5",
"redux-actions": "2.6.5",
2020-10-03 21:36:54 +00:00
"redux-batched-actions": "0.5.0",
2017-02-11 06:50:16 +00:00
"redux-localstorage": "0.4.1",
2018-01-13 02:01:27 +00:00
"redux-thunk": "2.3.0",
2017-02-11 06:50:16 +00:00
"require-nocache": "1.0.0",
"reselect": "4.0.0",
2018-01-13 02:01:27 +00:00
"run-sequence": "2.2.1",
2019-07-17 02:30:19 +00:00
"signalr": "2.4.1",
2018-01-13 02:01:27 +00:00
"streamqueue": "1.1.2",
2019-03-03 19:29:12 +00:00
"style-loader": "0.23.1",
2020-10-03 21:42:36 +00:00
"stylelint": "13.7.2",
"stylelint-order": "4.1.0",
2020-10-03 22:25:48 +00:00
"url-loader": "4.1.0",
2020-10-03 19:33:29 +00:00
"webpack": "4.44.2",
2020-10-03 22:25:48 +00:00
"webpack-stream": "6.1.0",
"worker-loader": "3.0.3"
2018-01-13 02:01:27 +00:00
},
2019-07-17 01:52:17 +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
}