Files
react-native-webview/package.json
T

42 lines
1.2 KiB
JSON

{
"name": "react-native-webview",
"description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Jamon Holmgren <jamon@infinite.red>",
"contributors": [
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"license": "MIT",
"version": "2.12.1",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"compile": "tsc",
"ci:publish": "yarn semantic-release",
"ci:test": "yarn ci:test:compile",
"ci:test:compile": "yarn compile",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.57"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
"invariant": "^2.2.4"
},
"devDependencies": {
"@semantic-release/git": "7.0.5",
"@types/invariant": "^2.2.29",
"@types/react": "^16.4.18",
"@types/react-native": "^0.57.6",
"react-native": "^0.57",
"semantic-release": "15.10.3",
"typescript": "^3.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-webview.git"
}
}