{
  "name": "modal-enhanced-react-native-web",
  "version": "0.2.0",
  "description": "React native modal enhanced for web",
  "main": "dist/index.js",
  "repository": "https://github.com/Dekoruma/react-native-web-modal/tree/master/packages/modal-enhanced-react-native-web",
  "author": "Ray Andrew <raydreww@gmail.com>",
  "license": "MIT",
  "private": false,
  "sideEffects": false,
  "scripts": {
    "build": "yarn clean && yarn build:cjs",
    "build:cjs": "BABEL_ENV=commonjs webpack --config webpack.config.cjs.js",
    "build:esm": "webpack --config webpack.config.esm.js",
    "build:watch": "yarn build -w",
    "clean": "rimraf dist"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "react-native",
    "react-native-web",
    "modal",
    "animation",
    "react-native-animatable"
  ],
  "devDependencies": {
    "babel-loader": "^7.1.5",
    "babel-plugin-add-module-exports": "1.0.0",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-native": "^4.0.0",
    "babel-preset-stage-0": "^6.24.1",
    "modal-react-native-web": "^0.2.0",
    "prop-types": "^15.6.2",
    "react-native-animatable": "^1.3.0",
    "rimraf": "^2.6.2",
    "webpack": "^4.15.1",
    "webpack-command": "^0.4.0"
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-art": "16.x.x",
    "react-dom": "16.x.x",
    "react-native-web": "0.9.x"
  },
  "gitHead": "56b12d49390d65527acbf2226541ce1f999c5292"
}
