{
  "name": "react-full-screen",
  "version": "0.2.5",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snakesilk/react-fullscreen.git"
  },
  "keywords": [
    "react",
    "fullscreen",
    "full screen"
  ],
  "scripts": {
    "autoformat": "prettier --trailing-comma es5 --write './src/**/*.{js,jsx}'",
    "prepublish": "yarn run build",
    "build": "babel ./src/ --out-dir ./dist"
  },
  "main": "dist/index.js",
  "typings": "./index.d.ts",
  "dependencies": {
    "@types/react": "*",
    "fscreen": "^1.0.1"
  },
  "peerDependencies": {
    "react": "^15.6 || ^16",
    "prop-types": "^15.5"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "prettier": "^1.5.3",
    "prop-types": "^15.5.10",
    "react": "^15.6.1"
  }
}
