{
  "name": "react-camera-ios",
  "version": "0.2.1",
  "description": "Simple react implementation of iPhone / iPad photo camera",
  "main": "build/index.js",
  "keywords": [
    "camera",
    "react",
    "ios",
    "iphone",
    "ipad"
  ],
  "author": "Mikhail Lipilin <lipilin.m@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/mlipilin/react-camera-ios.git"
  },
  "homepage": "https://mlipilin.github.io/react-camera-ios/",
  "license": "MIT",
  "scripts": {
    "build": "webpack --config ./config/webpack.build.js",
    "gh-pages": "webpack --config ./config/webpack.gh-pages.js",
    "start": "webpack-dev-server --port 9001 --config ./config/webpack.dev.js --open",
    "lint": "eslint --fix . && echo 'Lint complete.'",
    "release": "npm run build && np && rm -rf build",
    "test": "jest"
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "npm run lint",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.17.0",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "babel-loader": "^8.0.6",
    "classnames": "^2.2.6",
    "clean-webpack-plugin": "^3.0.0",
    "copy-webpack-plugin": "^5.1.1",
    "css-loader": "^3.4.2",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-react-hooks": "^1.7.0",
    "file-loader": "^5.0.2",
    "gh-pages": "^2.2.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^4.2.1",
    "jest": "^24.9.0",
    "lint-staged": "^10.0.7",
    "mini-css-extract-plugin": "^0.9.0",
    "node-sass": "^4.13.1",
    "np": "^6.1.0",
    "prerender-spa-plugin": "^3.4.0",
    "prop-types": "^15.7.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.1.3",
    "url-loader": "^3.0.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.10.1",
    "webpack-merge": "^4.2.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
