No Description

package.json 1.2KB

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