{
  "name": "@molejs/mole-react-native-web",
  "version": "0.0.3",
  "description": "React Native for Web",
  "module": "dist/index.js",
  "main": "dist/cjs/index.js",
  "sideEffects": false,
  "files": [
    "dist",
    "jest",
    "jest-preset.json",
    "src",
    "!**/__tests__"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "array-find-index": "^1.0.2",
    "create-react-class": "^15.6.2",
    "debounce": "^1.1.0",
    "deep-assign": "^2.0.0",
    "fbjs": "^0.8.16",
    "hyphenate-style-name": "^1.0.2",
    "inline-style-prefixer": "^4.0.2",
    "normalize-css-color": "^1.0.2",
    "prop-types": "^15.6.0",
    "react-timer-mixin": "^0.13.3"
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-art": "16.x.x",
    "react-dom": "16.x.x"
  },
  "author": "liugenpeng",
  "license": "MIT",
  "tags": [
    "react"
  ],
  "keywords": [
    "react",
    "react-component",
    "react-native",
    "web"
  ]
}
