react-native-webview/package.json

53 lines
1.7 KiB
JSON

{
"name": "react-native-webview",
"description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
"main": "index.ts",
"author": "Jamon Holmgren <jamon@infinite.red>",
"contributors": [
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"license": "MIT",
"version": "2.14.3",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"ci:publish": "yarn semantic-release",
"ci:test": "yarn ci:test:types && yarn ci:test:lint",
"ci:test:types": "yarn tsc",
"ci:test:lint": "yarn eslint . --max-warnings=0 --ext .js,.ts,.tsx",
"eslint-check": "eslint --print-config . | eslint-config-prettier-check",
"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/escape-string-regexp": "1.0.0",
"@types/invariant": "^2.2.29",
"@types/react": "16.7.7",
"@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.14.0",
"react": "16.6.1",
"react-native": "0.57.5",
"semantic-release": "15.10.3",
"typescript": "3.1.6",
"typescript-eslint-parser": "21.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-webview.git"
}
}