Aucune description

package.json 1.1KB

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