forked from sunnylqm/react-native-geckoview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
42
43
44
45
46
47
48
{
"name": "react-native-geckoview",
"title": "React Native GeckoView",
"version": "0.1.0",
"description": "GeckoView component for React Native with Fabric support",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dart-technologies/react-native-geckoview.git",
"baseUrl": "https://github.com/dart-technologies/react-native-geckoview"
},
"keywords": [
"react-native",
"geckoview",
"webview"
],
"author": {
"name": "michow",
"email": "hello@dart.art"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"@babel/runtime": "^7.24.0"
},
"peerDependencies": {
"react": "^19.0.0",
"react-native": ">=0.81.0"
},
"codegenConfig": {
"name": "GeckoViewSpec",
"type": "components",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.reactnative.geckoview"
}
},
"devDependencies": {
"@types/react": "^19.0.0",
"react": "19.1.0",
"react-native": "0.81.5",
"typescript": "^5.0.0"
}
}