Açıklama Yok

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "typings": "typings/index.d.ts",
  6. "author": "Jamon Holmgren <jamon@infinite.red>",
  7. "contributors": [
  8. "Thibault Malbranche <malbranche.thibault@gmail.com>"
  9. ],
  10. "license": "MIT",
  11. "version": "3.1.2",
  12. "homepage": "https://github.com/react-native-community/react-native-webview#readme",
  13. "scripts": {
  14. "test:ios:flow": "flow check",
  15. "test:android:flow": "flow check --flowconfig-name .flowconfig.android",
  16. "ci:publish": "yarn semantic-release",
  17. "ci:test": "yarn ci:test:flow",
  18. "ci:test:flow": "yarn test:ios:flow && yarn test:android:flow",
  19. "semantic-release": "semantic-release"
  20. },
  21. "peerDependencies": {
  22. "react": "^16.0",
  23. "react-native": "^0.57"
  24. },
  25. "dependencies": {
  26. "escape-string-regexp": "^1.0.5",
  27. "fbjs": "^0.8.17"
  28. },
  29. "devDependencies": {
  30. "@semantic-release/git": "7.0.5",
  31. "@types/react": "^16.4.18",
  32. "@types/react-native": "^0.57.6",
  33. "flow-bin": "^0.80.0",
  34. "react-native": "^0.57",
  35. "semantic-release": "15.10.3"
  36. },
  37. "repository": {
  38. "type": "git",
  39. "url": "https://github.com/react-native-community/react-native-webview.git"
  40. }
  41. }