{
  "name": "docz-example-flow",
  "private": true,
  "version": "2.0.0-rc.41",
  "license": "MIT",
  "files": [
    "src/",
    ".babelrc",
    ".flowconfig",
    "package.json"
  ],
  "scripts": {
    "dev": "docz dev",
    "build": "docz build"
  },
  "dependencies": {
    "@emotion/react": "^11.1.1",
    "@emotion/styled": "^11.0.0",
    "docz": "latest",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "devDependencies": {
    "@babel/preset-flow": "^7.0.0",
    "flow-bin": "^0.102.0",
    "flow-typed": "^2.6.0"
  }
}
