{
  "name": "horus-react-scripts",
  "version": "1.2.7",
  "description": "React Scripts",
  "author": "Horus Lugo <horusgoul@gmail.com>",
  "license": "MIT",
  "private": false,
  "bin": {
    "horus-react-scripts": "./bin/index.js"
  },
  "repository": {
    "url": "https://github.com/HorusGoul/horus-react-scripts.git"
  },
  "files": [
    "bin",
    "config",
    "scripts",
    "templates",
    "addons"
  ],
  "bugs": {
    "url": "https://github.com/HorusGoul/horus-react-scripts/issues"
  },
  "scripts": {
    "precreate-test-app": "cross-env HORUS_RS_LOCATION=./",
    "create-test-app": "create-react-app --scripts-version file:$HORUS_RS_LOCATION test-app",
    "commit": "yarn exec git-cz",
    "semantic-release": "semantic-release",
    "test": "jest ./test/*.test.js"
  },
  "dependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@babel/register": "^7.8.3",
    "@hot-loader/react-dom": "^16.11.0",
    "@nice-labs/typed-css-modules": "^1.2.1",
    "@svgr/webpack": "^5.1.0",
    "@testing-library/react": "^9.4.0",
    "@types/jest": "^24.9.0",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "@types/webpack": "^4.41.4",
    "@types/workbox-sw": "^4.3.0",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "autoprefixer": "^9.7.4",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "camelcase": "^5.3.1",
    "command-exists": "^1.2.8",
    "copy-dir": "^1.2.0",
    "copy-template-dir": "^1.4.0",
    "copy-webpack-plugin": "^5.1.1",
    "core-js": "^3.6.4",
    "cross-env": "^6.0.3",
    "cross-spawn": "^7.0.1",
    "css-loader": "^3.4.2",
    "dotenv": "^8.2.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-react-hooks": "^2.3.0",
    "file-loader": "^5.0.2",
    "fork-ts-checker-webpack-plugin": "^3.1.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^3.1.0",
    "identity-obj-proxy": "^3.0.0",
    "image-webpack-loader": "^6.0.0",
    "jest": "^24.9.0",
    "jest-environment-jsdom-fourteen": "^1.0.1",
    "jest-watch-typeahead": "^0.4.2",
    "lint-staged": "^9.5.0",
    "mini-css-extract-plugin": "^0.8.2",
    "minireset.css": "^0.0.6",
    "node-sass": "^4.13.1",
    "postcss-loader": "^3.0.0",
    "postcss-pxtorem": "^4.0.1",
    "prettier": "^1.19.1",
    "react-hot-loader": "^4.12.19",
    "regenerator-runtime": "^0.13.3",
    "sass-loader": "^8.0.2",
    "sass-mq": "^5.0.1",
    "style-loader": "^1.1.3",
    "terser-webpack-plugin": "^2.3.4",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5",
    "webpack": "^4.41.5",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-chunk-hash": "^0.6.0",
    "webpack-cleanup-plugin": "^0.5.1",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.2",
    "webpack-merge": "^4.2.2",
    "workbox-webpack-plugin": "^5.0.0"
  },
  "peerDependencies": {
    "react": "^16.11.0",
    "react-dom": "^16.11.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.0",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/github": "^7.0.1",
    "@semantic-release/npm": "^7.0.2",
    "@semantic-release/release-notes-generator": "^9.0.0",
    "commitizen": "^4.0.3",
    "create-react-app": "^3.3.1",
    "cz-conventional-changelog": "3.0.2",
    "get-port": "^5.1.1",
    "rimraf": "^3.0.1",
    "semantic-release": "^17.0.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
