react-native-js-only-modal
Version: 
An enhanced, animated, customizable Modal for React Native. This is a javascript only Modal
46 lines (45 loc) • 939 B
JSON
{
  "name": "react-native-js-only-modal",
  "version": "1.0.8",
  "description": "An enhanced, animated, customizable Modal for React Native. This is a javascript only Modal",
  "author": "AlenToma",
  "license": "MIT",
  "repository": "AlenToma/react-native-js-modal",
  "keywords": [
    "react",
    "react-native",
    "modal",
    "popup",
    "react-native-js-modal",
    "react-native-modal",
    "native",
    "backdrop",
    "android",
    "ios",
    "windows",
    "react-native-windows",
    "react-native-web"
  ],
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.ts",
  "scripts": {
    "build": "tsc"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "dependencies": {
    "react-native-animatable": "*",
    "react-uuid": "*"
  },
  "devDependencies": {
    "@types/react": "^16.9.27",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist",
    "src"
  ]
}