forked from react-native-webview/react-native-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-webview",
"description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
"main": "index.js",
"typings": "typings/index.d.ts",
"author": "Jamon Holmgren <[email protected]>",
"contributors": [
"Thibault Malbranche <[email protected]>"
],
"license": "MIT",
"version": "3.0.0",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"test:ios:flow": "flow check",
"test:android:flow": "flow check --flowconfig-name .flowconfig.android",
"ci:publish": "yarn semantic-release",
"ci:test": "yarn ci:test:flow",
"ci:test:flow": "yarn test:ios:flow && yarn test:android:flow",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.57"
},
"dependencies": {
"escape-string-regexp": "^1.0.5",
"fbjs": "^0.8.17"
},
"devDependencies": {
"@semantic-release/git": "7.0.5",
"@types/react": "^16.4.18",
"@types/react-native": "^0.57.6",
"flow-bin": "^0.80.0",
"react-native": "^0.57",
"semantic-release": "15.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/react-native-webview.git"
}
}