{
  "name": "sonarr",
  "version": "3.0.0",
  "description": "Sonarr is a PVR for Usenet and BitTorrent users",
  "scripts": {
    "build": "gulp build",
    "start": "gulp watch",
    "watch": "gulp watch",
    "lint": "esprint check",
    "lint-fix": "eslint start --fix",
    "stylelint": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
  },
  "repository": "https://github.com/Sonarr/Sonarr",
  "author": "Team Sonarr",
  "license": "GPL-3.0",
  "readmeFilename": "readme.md",
  "dependencies": {
    "@babel/core": "7.5.4",
    "@babel/plugin-proposal-class-properties": "7.5.0",
    "@babel/plugin-proposal-decorators": "7.4.4",
    "@babel/plugin-proposal-export-default-from": "7.5.2",
    "@babel/plugin-proposal-export-namespace-from": "7.5.2",
    "@babel/plugin-proposal-function-sent": "7.5.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
    "@babel/plugin-proposal-numeric-separator": "7.2.0",
    "@babel/plugin-proposal-optional-chaining": "7.2.0",
    "@babel/plugin-proposal-throw-expressions": "7.2.0",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/preset-env": "7.5.4",
    "@babel/preset-react": "7.0.0",
    "@fortawesome/fontawesome-free": "5.9.0",
    "@fortawesome/fontawesome-svg-core": "1.2.19",
    "@fortawesome/free-regular-svg-icons": "5.9.0",
    "@fortawesome/free-solid-svg-icons": "5.9.0",
    "@fortawesome/react-fontawesome": "0.1.4",
    "@sentry/browser": "5.5.0",
    "@sentry/integrations": "5.5.0",
    "ansi-colors": "4.1.1",
    "autoprefixer": "9.6.1",
    "babel-eslint": "10.0.2",
    "babel-loader": "8.0.6",
    "babel-plugin-inline-classnames": "2.0.1",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "classnames": "2.2.6",
    "clipboard": "2.0.4",
    "connected-react-router": "6.5.2",
    "core-js": "3",
    "create-react-class": "15.6.3",
    "css-loader": "3.0.0",
    "del": "5.0.0",
    "element-class": "0.2.2",
    "esformatter": "0.10.0",
    "eslint": "6.0.1",
    "eslint-plugin-filenames": "1.3.2",
    "eslint-plugin-react": "7.14.2",
    "esprint": "0.4.0",
    "file-loader": "4.0.0",
    "filesize": "4.1.2",
    "fuse.js": "3.4.5",
    "gulp": "4.0.2",
    "gulp-cached": "1.1.1",
    "gulp-concat": "2.6.1",
    "gulp-declare": "0.3.0",
    "gulp-livereload": "4.0.1",
    "gulp-postcss": "8.0.0",
    "gulp-print": "5.0.2",
    "gulp-sourcemaps": "2.6.5",
    "gulp-stripbom": "1.0.4",
    "gulp-watch": "5.0.1",
    "gulp-wrap": "0.15.0",
    "history": "4.9.0",
    "html-webpack-plugin": "3.2.0",
    "jdu": "1.0.0",
    "jquery": "3.4.1",
    "loader-utils": "^1.1.0",
    "lodash": "4.17.14",
    "mini-css-extract-plugin": "0.8.0",
    "mobile-detect": "1.4.3",
    "moment": "2.24.0",
    "mousetrap": "1.6.3",
    "normalize.css": "8.0.1",
    "postcss-color-function": "4.1.0",
    "postcss-loader": "3.0.0",
    "postcss-mixins": "6.2.1",
    "postcss-nested": "4.1.2",
    "postcss-simple-vars": "5.0.2",
    "postcss-url": "8.0.0",
    "prop-types": "15.7.2",
    "qs": "6.7.0",
    "react": "16.8.6",
    "react-addons-shallow-compare": "15.6.2",
    "react-async-script": "1.1.1",
    "react-autosuggest": "9.4.3",
    "react-custom-scrollbars": "4.2.1",
    "react-dnd": "9.3.2",
    "react-dnd-html5-backend": "9.3.2",
    "react-document-title": "2.0.3",
    "react-dom": "16.8.6",
    "react-google-recaptcha": "1.1.0",
    "react-lazyload": "2.6.2",
    "react-measure": "1.4.7",
    "react-popper": "1.3.3",
    "react-redux": "7.1.0",
    "react-router": "5.0.1",
    "react-router-dom": "5.0.1",
    "react-slider": "0.11.2",
    "react-tabs": "3.0.0",
    "react-text-truncate": "0.14.1",
    "react-virtualized": "9.21.1",
    "redux": "4.0.4",
    "redux-actions": "2.6.5",
    "redux-batched-actions": "0.4.1",
    "redux-localstorage": "0.4.1",
    "redux-thunk": "2.3.0",
    "require-nocache": "1.0.0",
    "reselect": "4.0.0",
    "run-sequence": "2.2.1",
    "signalr": "2.4.1",
    "streamqueue": "1.1.2",
    "style-loader": "0.23.1",
    "stylelint": "10.1.0",
    "stylelint-order": "3.0.1",
    "url-loader": "2.0.1",
    "webpack": "4.35.3",
    "webpack-stream": "5.2.1"
  },
  "main": "index.js",
  "browserslist": [
    ">0.25%",
    "not ie 11",
    "not op_mini all",
    "not chrome < 60"
  ]
}