{
  "name": "@rocketseat/rocket-scripts",
  "version": "0.0.24",
  "description": "Configuration and scripts to power Rocketseat's react apps",
  "repository": {
    "type": "git",
    "url": "https://github.com/Rocketseat/rocket-scripts"
  },
  "license": "MIT",
  "bin": {
    "rocket-scripts": "./bin/rocket-scripts.js"
  },
  "dependencies": {
    "@babel/core": "^7.4.3",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.3",
    "@babel/preset-react": "^7.0.0",
    "@sucrase/jest-plugin": "^2.0.0",
    "@sucrase/webpack-loader": "^2.0.0",
    "@types/jest": "^24.0.11",
    "babel-loader": "^8.0.5",
    "chalk": "^2.4.2",
    "clean-webpack-plugin": "^2.0.1",
    "cross-spawn": "^6.0.5",
    "detect-port": "^1.3.0",
    "dotenv": "^7.0.0",
    "file-loader": "^3.0.1",
    "fork-ts-checker-webpack-plugin": "^1.0.3",
    "fs-extra": "^9.0.0",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.7.1",
    "loader-utils": "^1.2.3",
    "lodash": "^4.17.11",
    "open": "^6.2.0",
    "progress-bar-webpack-plugin": "^1.12.1",
    "react-error-overlay": "^5.1.6",
    "sockjs-client": "^1.3.0",
    "style-loader": "^0.23.1",
    "sucrase": "^3.10.1",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.3.3",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "typescript": "^3.4.3",
    "webpack": "^4.30.0",
    "webpack-clear-console": "^1.0.3",
    "webpack-dev-server": "^3.3.1",
    "webpack-merge": "^4.2.1",
    "yargs": "^13.2.2"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  }
}
