{
  "name": "react-jss",
  "description": "JSS integration with React",
  "version": "10.10.0",
  "license": "MIT",
  "main": "dist/react-jss.cjs.js",
  "module": "dist/react-jss.esm.js",
  "unpkg": "dist/react-jss.bundle.js",
  "homepage": "https://cssinjs.org/react-jss",
  "sideEffects": false,
  "typings": "./src/index.d.ts",
  "author": "JSS Team",
  "repository": {
    "type": "git",
    "url": "https://github.com/cssinjs/jss.git",
    "directory": "packages/react-jss"
  },
  "bugs": {
    "url": "https://github.com/cssinjs/jss/issues/new?title=[react-jss]"
  },
  "files": [
    "dist",
    "src",
    "!*.test.*"
  ],
  "keywords": [
    "react",
    "style",
    "css",
    "stylesheet",
    "jss",
    "hoc",
    "decorator"
  ],
  "scripts": {
    "build": "node ../../scripts/build.js",
    "check-snapshot": "node ../../scripts/match-snapshot.js"
  },
  "peerDependencies": {
    "react": ">=16.8.6"
  },
  "dependencies": {
    "@babel/runtime": "^7.3.1",
    "@emotion/is-prop-valid": "^0.7.3",
    "css-jss": "10.10.0",
    "hoist-non-react-statics": "^3.2.0",
    "is-in-browser": "^1.1.3",
    "jss": "10.10.0",
    "jss-preset-default": "10.10.0",
    "prop-types": "^15.6.0",
    "shallow-equal": "^1.2.0",
    "theming": "^3.3.0",
    "tiny-warning": "^1.0.2"
  },
  "devDependencies": {
    "@types/react": "^16.8.16",
    "react-dom": "^16.8.6",
    "styled-system": "4.2.0-0"
  }
}
