Nav apraksta

package.json 667B

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