Ingen beskrivning

package.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "react-native-autoheight-webview",
  3. "version": "1.0.0",
  4. "description": "An auto height webview for React Native, even auto width for inline html",
  5. "main": "autoHeightWebView",
  6. "files": [
  7. "index.js",
  8. "autoHeightWebView"
  9. ],
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
  16. },
  17. "keywords": [
  18. "react",
  19. "react-native",
  20. "autoheight",
  21. "webview"
  22. ],
  23. "author": "iou90",
  24. "license": "ISC",
  25. "bugs": {
  26. "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
  27. },
  28. "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
  29. "peerDependencies": {
  30. "react": "*",
  31. "react-native": ">= 0.57.0",
  32. "react-native-webview": "^5.2.1"
  33. },
  34. "dependencies": {
  35. "immutable": "^3.8.2",
  36. "prop-types": "^15.7.2"
  37. },
  38. "devDependencies": {
  39. "babel-eslint": "^8.2.6",
  40. "eslint": "^4.18.1",
  41. "eslint-plugin-jsx": "^0.0.2",
  42. "eslint-plugin-jsx-a11y": "^6.2.1",
  43. "eslint-plugin-react": "^7.12.4",
  44. "eslint-plugin-react-native": "^3.6.0"
  45. }
  46. }