No Description

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "react-native-autoheight-webview",
  3. "version": "1.5.4",
  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": "^2.0.0",
  41. "@typescript-eslint/parser": "^3.9.1",
  42. "babel-eslint": "^10.1.0",
  43. "eslint": "^7.7.0",
  44. "eslint-plugin-jsx": "^0.1.0",
  45. "eslint-plugin-react": "^7.20.6",
  46. "eslint-plugin-react-hooks": "^4.1.0",
  47. "eslint-plugin-react-native": "^3.8.1",
  48. "typescript": "^3.9.7"
  49. }
  50. }