@momo-kits/webview 0.156.1-beta.7 → 0.156.1-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +103 -103
package/package.json
CHANGED
|
@@ -1,105 +1,105 @@
|
|
|
1
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
|
-
"rn-docs": {
|
|
29
|
-
"title": "Webview",
|
|
30
|
-
"type": "Component"
|
|
31
|
-
},
|
|
32
|
-
"peerDependencies": {
|
|
33
|
-
"react": "*",
|
|
34
|
-
"react-native": "*"
|
|
35
|
-
},
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"escape-string-regexp": "^4.0.0",
|
|
38
|
-
"invariant": "2.2.4"
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@babel/cli": "^7.20.0",
|
|
42
|
-
"@babel/core": "^7.20.0",
|
|
43
|
-
"@babel/runtime": "^7.20.0",
|
|
44
|
-
"@react-native-community/cli": "19.0.0",
|
|
45
|
-
"@react-native-community/cli-platform-android": "19.0.0",
|
|
46
|
-
"@react-native-community/cli-platform-ios": "19.0.0",
|
|
47
|
-
"@react-native/babel-preset": "0.80.1",
|
|
48
|
-
"@react-native/eslint-config": "0.80.1",
|
|
49
|
-
"@react-native/metro-config": "0.80.1",
|
|
50
|
-
"@react-native/typescript-config": "0.80.1",
|
|
51
|
-
"@rnx-kit/metro-config": "1.3.15",
|
|
52
|
-
"@semantic-release/git": "7.0.16",
|
|
53
|
-
"@types/invariant": "^2.2.30",
|
|
54
|
-
"@types/jest": "^29.5.12",
|
|
55
|
-
"@types/react": "18.2.61",
|
|
56
|
-
"@types/selenium-webdriver": "4.0.9",
|
|
57
|
-
"appium": "1.17.0",
|
|
58
|
-
"eslint": "8.57.0",
|
|
59
|
-
"jest": "^29.6.3",
|
|
60
|
-
"prettier": "2.8.8",
|
|
61
|
-
"react": "18.2.0",
|
|
62
|
-
"react-native": "0.80.1",
|
|
63
|
-
"selenium-appium": "1.0.2",
|
|
64
|
-
"selenium-webdriver": "4.0.0-alpha.7",
|
|
65
|
-
"semantic-release": "15.13.24",
|
|
66
|
-
"typescript": "5.1.3",
|
|
67
|
-
"winappdriver": "^0.0.7"
|
|
68
|
-
},
|
|
69
|
-
"repository": {
|
|
70
|
-
"type": "git",
|
|
71
|
-
"url": "https://github.com/react-native-webview/react-native-webview.git"
|
|
72
|
-
},
|
|
73
|
-
"files": [
|
|
74
|
-
"android/src",
|
|
75
|
-
"android/build.gradle",
|
|
76
|
-
"android/gradle.properties",
|
|
77
|
-
"apple",
|
|
78
|
-
"ios",
|
|
79
|
-
"macos",
|
|
80
|
-
"windows",
|
|
81
|
-
"lib",
|
|
82
|
-
"src",
|
|
83
|
-
"index.js",
|
|
84
|
-
"index.d.ts",
|
|
85
|
-
"react-native-webview.podspec",
|
|
86
|
-
"react-native.config.js"
|
|
87
|
-
],
|
|
88
|
-
"codegenConfig": {
|
|
89
|
-
"name": "RNCWebViewSpec",
|
|
90
|
-
"type": "all",
|
|
91
|
-
"jsSrcsDir": "./src",
|
|
92
|
-
"android": {
|
|
93
|
-
"javaPackageName": "com.reactnativecommunity.webview"
|
|
2
|
+
"name": "@momo-kits/webview",
|
|
3
|
+
"version": "0.156.1-beta.9",
|
|
4
|
+
"description": "React Native WebView component for iOS, Android, macOS, and Windows",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"main-internal": "src/index.ts",
|
|
7
|
+
"react-native": "src/index.ts",
|
|
8
|
+
"typings": "index.d.ts",
|
|
9
|
+
"author": "Jamon Holmgren <jamon@infinite.red>",
|
|
10
|
+
"contributors": [
|
|
11
|
+
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
|
12
|
+
],
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"homepage": "https://github.com/react-native-webview/react-native-webview#readme",
|
|
15
|
+
"scripts": {
|
|
16
|
+
"android": "react-native run-android",
|
|
17
|
+
"ios": "react-native run-ios",
|
|
18
|
+
"macos": "react-native run-macos --scheme WebviewExample --project-path example/macos",
|
|
19
|
+
"start": "react-native start",
|
|
20
|
+
"windows": "install-windows-test-app --project-directory example/windows && react-native run-windows --root example --arch x64",
|
|
21
|
+
"ci": "CI=true && yarn lint",
|
|
22
|
+
"ci:publish": "yarn semantic-release",
|
|
23
|
+
"lint": "yarn tsc --noEmit && yarn eslint ./src --ext .ts,.tsx,.js,.jsx",
|
|
24
|
+
"build": "babel --extensions \".ts,.tsx\" --out-dir lib src",
|
|
25
|
+
"prepare:types": "tsc --noEmit false --emitDeclarationOnly --declaration --rootDir src --outDir lib",
|
|
26
|
+
"prepare": "echo"
|
|
94
27
|
},
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
"
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
28
|
+
"rn-docs": {
|
|
29
|
+
"title": "Webview",
|
|
30
|
+
"type": "Component"
|
|
31
|
+
},
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"react": "*",
|
|
34
|
+
"react-native": "*"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"escape-string-regexp": "^4.0.0",
|
|
38
|
+
"invariant": "2.2.4"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@babel/cli": "^7.20.0",
|
|
42
|
+
"@babel/core": "^7.20.0",
|
|
43
|
+
"@babel/runtime": "^7.20.0",
|
|
44
|
+
"@react-native-community/cli": "19.0.0",
|
|
45
|
+
"@react-native-community/cli-platform-android": "19.0.0",
|
|
46
|
+
"@react-native-community/cli-platform-ios": "19.0.0",
|
|
47
|
+
"@react-native/babel-preset": "0.80.1",
|
|
48
|
+
"@react-native/eslint-config": "0.80.1",
|
|
49
|
+
"@react-native/metro-config": "0.80.1",
|
|
50
|
+
"@react-native/typescript-config": "0.80.1",
|
|
51
|
+
"@rnx-kit/metro-config": "1.3.15",
|
|
52
|
+
"@semantic-release/git": "7.0.16",
|
|
53
|
+
"@types/invariant": "^2.2.30",
|
|
54
|
+
"@types/jest": "^29.5.12",
|
|
55
|
+
"@types/react": "18.2.61",
|
|
56
|
+
"@types/selenium-webdriver": "4.0.9",
|
|
57
|
+
"appium": "1.17.0",
|
|
58
|
+
"eslint": "8.57.0",
|
|
59
|
+
"jest": "^29.6.3",
|
|
60
|
+
"prettier": "2.8.8",
|
|
61
|
+
"react": "18.2.0",
|
|
62
|
+
"react-native": "0.80.1",
|
|
63
|
+
"selenium-appium": "1.0.2",
|
|
64
|
+
"selenium-webdriver": "4.0.0-alpha.7",
|
|
65
|
+
"semantic-release": "15.13.24",
|
|
66
|
+
"typescript": "5.1.3",
|
|
67
|
+
"winappdriver": "^0.0.7"
|
|
68
|
+
},
|
|
69
|
+
"repository": {
|
|
70
|
+
"type": "git",
|
|
71
|
+
"url": "https://github.com/react-native-webview/react-native-webview.git"
|
|
72
|
+
},
|
|
73
|
+
"files": [
|
|
74
|
+
"android/src",
|
|
75
|
+
"android/build.gradle",
|
|
76
|
+
"android/gradle.properties",
|
|
77
|
+
"apple",
|
|
78
|
+
"ios",
|
|
79
|
+
"macos",
|
|
80
|
+
"windows",
|
|
81
|
+
"lib",
|
|
82
|
+
"src",
|
|
83
|
+
"index.js",
|
|
84
|
+
"index.d.ts",
|
|
85
|
+
"react-native-webview.podspec",
|
|
86
|
+
"react-native.config.js"
|
|
87
|
+
],
|
|
88
|
+
"codegenConfig": {
|
|
89
|
+
"name": "RNCWebViewSpec",
|
|
90
|
+
"type": "all",
|
|
91
|
+
"jsSrcsDir": "./src",
|
|
92
|
+
"android": {
|
|
93
|
+
"javaPackageName": "com.reactnativecommunity.webview"
|
|
94
|
+
},
|
|
95
|
+
"ios": {
|
|
96
|
+
"componentProvider": {
|
|
97
|
+
"RNCWebView": "RNCWebView"
|
|
98
|
+
},
|
|
99
|
+
"modulesProvider": {
|
|
100
|
+
"RNCWebViewModule": "RNCWebViewModule"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"packageManager": "yarn@1.22.19"
|
|
105
|
+
}
|