{
  "name": "react-with-styles",
  "version": "5.0.0",
  "description": "",
  "main": "lib/withStyles.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "npm run clean && babel src/ -d lib/",
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "clean": "rimraf lib",
    "lint": "eslint --ext .js,.jsx .",
    "mocha": "mocha test",
    "mocha:debugger": "mocha --inspect-brk",
    "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
    "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
    "pretest": "npm run --silent lint",
    "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag v$npm_package_version",
    "test": "npm run tests-only",
    "tests-only": "npm run mocha --silent test",
    "version:major": "npm --no-git-tag-version version major",
    "version:minor": "npm --no-git-tag-version version minor",
    "version:patch": "npm --no-git-tag-version version patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/react-with-styles.git"
  },
  "keywords": [
    "react",
    "css",
    "styles",
    "aphrodite",
    "radium",
    "inline",
    "styles",
    "react",
    "native"
  ],
  "author": "Joe Lencioni <joe.lencioni@airbnb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/react-with-styles/issues"
  },
  "homepage": "https://github.com/airbnb/react-with-styles#readme",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/register": "^7.5.5",
    "@babel/runtime": "^7.0.0",
    "airbnb-js-shims": "^2.2.0",
    "babel-plugin-transform-replace-object-assign": "^2.0.0",
    "babel-preset-airbnb": "^4.0.1",
    "chai": "^4.2.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-adapter-react-helper": "^1.3.6",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^1.7.0",
    "in-publish": "^2.0.0",
    "jsdom": "^14.1.0",
    "jsdom-global": "3.0.2",
    "mocha": "^5.2.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-test-renderer": "^16.8.6",
    "rimraf": "^3.0.0",
    "safe-publish-latest": "^1.1.2",
    "sinon": "^6.3.5",
    "sinon-sandbox": "^2.0.5"
  },
  "peerDependencies": {
    "@babel/runtime": "^7.0.0",
    "react": "^16.3 || ^17",
    "react-with-direction": "^1.3.1"
  },
  "dependencies": {
    "airbnb-prop-types": "^2.14.0",
    "hoist-non-react-statics": "^3.2.1",
    "object.assign": "^4.1.0",
    "prop-types": "^15.7.2",
    "react-with-direction": "^1.3.1"
  }
}
