설명 없음

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "license": "MIT",
  10. "version": "2.5.0",
  11. "homepage": "https://github.com/react-native-community/react-native-webview#readme",
  12. "scripts": {
  13. "test:ios:flow": "flow check",
  14. "test:android:flow": "flow check --flowconfig-name .flowconfig.android",
  15. "ci:publish": "yarn semantic-release",
  16. "ci:test": "yarn ci:test:flow",
  17. "ci:test:flow": "yarn test:ios:flow && yarn test:android:flow",
  18. "semantic-release": "semantic-release"
  19. },
  20. "peerDependencies": {
  21. "react": "^16.0",
  22. "react-native": "^0.57"
  23. },
  24. "dependencies": {
  25. "escape-string-regexp": "^1.0.5",
  26. "fbjs": "^0.8.17"
  27. },
  28. "devDependencies": {
  29. "@semantic-release/git": "7.0.5",
  30. "flow-bin": "^0.80.0",
  31. "react-native": "^0.57",
  32. "semantic-release": "15.10.3"
  33. },
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/react-native-community/react-native-webview.git"
  37. }
  38. }