{
  "name": "react-frame",
  "version": "2.2.22",
  "description": "React components within an iframe for isolated css styling",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && NODE_ENV=production rollup -c",
    "test": "jest --coverage",
    "prepublishOnly": "npm test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swiftcarrot/react-frame.git"
  },
  "keywords": [
    "iframe",
    "react",
    "react-component",
    "styling"
  ],
  "author": "Wang Zuo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swiftcarrot/react-frame/issues"
  },
  "homepage": "https://github.com/swiftcarrot/react-frame#readme",
  "peerDependencies": {
    "react": "^16.7.0",
    "react-dom": "^16.7.0"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^5.0.0",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "babel-jest": "^24.8.0",
    "babel-preset-swiftcarrot": "^1.0.0",
    "jest": "^24.8.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-test-renderer": "^16.8.6",
    "rollup": "^1.17.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5"
  },
  "gitHead": "707417fb9c903fb216a73db1e66a989805927434"
}
