react-native-autoheight-webview
Version:
An auto height webview for React Native, even auto width for inline html
52 lines (51 loc) • 1.4 kB
JSON
{
"name": "react-native-autoheight-webview",
"version": "1.6.5",
"description": "An auto height webview for React Native, even auto width for inline html",
"main": "autoHeightWebView",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"autoHeightWebView"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iou90/react-native-autoheight-webview.git"
},
"keywords": [
"react",
"react-native",
"autoheight",
"webview"
],
"author": "iou90",
"license": "ISC",
"bugs": {
"url": "https://github.com/iou90/react-native-autoheight-webview/issues"
},
"homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
"peerDependencies": {
"react": ">= 16.8.0",
"react-native": ">= 0.60.0",
"react-native-webview": ">= 10.9.0"
},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/parser": "^4.15.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"typescript": "^4.1.5"
}
}