1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "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.13.0",
- "homepage": "https://github.com/react-native-community/react-native-webview#readme",
- "scripts": {
- "prebuild": "rimraf lib",
- "prepare": "yarn run build",
- "build": "tsc -p tsconfig.base.json && cp ./index.js ./lib/index.js",
- "ci:publish": "yarn semantic-release",
- "ci:test": "yarn ci:test:build",
- "ci:test:build": "yarn build",
- "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-native": "^0.57.6",
- "react-native": "^0.57",
- "rimraf": "^2.6.2",
- "semantic-release": "15.10.3",
- "typescript": "^3.1.6"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/react-native-community/react-native-webview.git"
- }
- }
|