No Description

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@bilingo.com/react-native-autoheight-webview",
  3. "version": "1.0.1",
  4. "description": "An auto height webview for React Native, even auto width for inline html, fork from github.com/iou90/react-native-autoheight-webview.git",
  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://git.links123.net/npm/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://https://git.links123.net/npm/react-native-autoheight-webview.git/issues"
  29. },
  30. "homepage": "https://https://git.links123.net/npm/react-native-autoheight-webview.git",
  31. "peerDependencies": {
  32. "react": "*",
  33. "react-native": ">= 0.59.0",
  34. "react-native-webview": ">= 5.4.0",
  35. "@bilingo.com/react-native-webview": "^1.0.0"
  36. },
  37. "dependencies": {
  38. "prop-types": "^15.7.2"
  39. },
  40. "devDependencies": {
  41. "@react-native-community/eslint-config": "^0.0.5",
  42. "babel-eslint": "^10.0.3",
  43. "eslint": "^5.16.0",
  44. "eslint-plugin-jsx": "^0.0.2",
  45. "eslint-plugin-react": "^7.18.3",
  46. "eslint-plugin-react-hooks": "^1.7.0",
  47. "eslint-plugin-react-native": "^3.8.1"
  48. }
  49. }