mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-09-01 20:21:10 +00:00
48 lines
1.5 KiB
JSON
48 lines
1.5 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.13.0",
|
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
|
"scripts": {
|
|
"ci:publish": "yarn semantic-release",
|
|
"ci:test": "yarn ci:test:tsc",
|
|
"ci:test:tsc": "yarn tsc --noEmit -p tsconfig.json",
|
|
"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",
|
|
"eslint": "5.9.0",
|
|
"eslint-config-airbnb": "17.1.0",
|
|
"eslint-config-prettier": "3.3.0",
|
|
"eslint-plugin-import": "2.14.0",
|
|
"eslint-plugin-jsx-a11y": "6.1.2",
|
|
"eslint-plugin-react": "7.11.1",
|
|
"eslint-plugin-react-native": "3.5.0",
|
|
"eslint-plugin-typescript": "0.13.0",
|
|
"prettier-eslint-cli": "4.7.1",
|
|
"semantic-release": "15.10.3",
|
|
"typescript": "3.1.6",
|
|
"typescript-eslint-parser": "21.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/react-native-webview.git"
|
|
}
|
|
} |