-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.19 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
{
"name": "@preflower/react-native-web-maps",
"version": "0.2.0",
"description": "react-native-maps for Web, base on @react-google-maps/api",
"keywords": [
"react-native-maps",
"@react-google-maps/api",
"web"
],
"license": "MIT",
"repository": "https://github.com/preflower/react-native-web-adapter/tree/master/packages/react-native-web-maps",
"author": "Ted Lin <preflower.lin@gmail.com> (https://github.com/preflower)",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/preflower/react-native-web-adapter/issues"
},
"homepage": "https://github.com/preflower/react-native-web-adapter/tree/master/packages/react-native-web-maps",
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-native-web": "*"
},
"dependencies": {
"@react-google-maps/api": "^2.20.8",
"@types/google.maps": "^3.58.1",
"react-use": "^17.6.0"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "^0.84.1",
"react-native-maps": "^0.31.1",
"react-native-web": "^0.21.2"
},
"publishConfig": {
"access": "public"
}
}