react-native-webview.git

package.json 764B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "react-native-webview",
  3. "description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
  4. "main": "index.js",
  5. "author": "Jamon Holmgren <jamon@infinite.red>",
  6. "contributors": [
  7. "Thibault Malbranche <malbranche.thibault@gmail.com>"
  8. ],
  9. "version": "2.0.0",
  10. "homepage": "https://github.com/react-native-community/react-native-webview#readme",
  11. "scripts": {
  12. "flow": "flow check",
  13. "flow-android": "flow check --flowconfig-name .flowconfig.android"
  14. },
  15. "peerDependencies": {
  16. "react": "^16.0",
  17. "react-native": "^0.57"
  18. },
  19. "dependencies": {
  20. "escape-string-regexp": "^1.0.5",
  21. "fbjs": "^0.8.17"
  22. },
  23. "devDependencies": {
  24. "flow-bin": "^0.80.0",
  25. "react-native": "^0.57"
  26. }
  27. }