{
  "name": "react-size-components",
  "version": "2.1.2",
  "description": "Higher order components for sizing functions in react",
  "homepage": "https://njmyers.netlify.com/",
  "repository": "https://github.com/njmyers/javascript-monorepo.git",
  "author": "Nick Myers",
  "main": "build/react-size-components.cjs.js",
  "module": "build/react-size-components.esm.js",
  "licence": "ISC",
  "scripts": {
    "build": "run-s docgen rollup",
    "build-ssr": "BABEL_ENV=test webpack --config ssr/webpack.config.js",
    "docgen": "node scripts/readme.js && npm run doctoc",
    "doctoc": "doctoc README.md",
    "prepublishOnly": "yarn run build",
    "rollup": "BABEL_ENV=production rollup -c",
    "pressr": "yarn run build",
    "ssr": "run-p build-ssr start-ssr",
    "start-ssr": "BABEL_ENV=test babel-node ssr/server.js",
    "test": "jest --watchAll",
    "watch": "BABEL_ENV=production rollup -c --watch"
  },
  "dependencies": {
    "@babel/runtime": "7.1.2",
    "fastdom": "^1.0.8",
    "invariant": "^2.2.4",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "smalldash": "^1.1.21"
  },
  "peerDependencies": {
    "react": "^16.4.1",
    "react-dom": "^16.4.1"
  },
  "devDependencies": {
    "@njmyers/babel-runtime-files": "^0.0.5",
    "babel-cli": "^6.26.0",
    "jest": "^23.1.0",
    "npm-run-all": "^4.1.3",
    "rollup": "^0.66.2",
    "shx": "^0.3.2"
  },
  "gitHead": "1bcbea6590450297358b3d24ac9ce97439575938"
}
