-
Notifications
You must be signed in to change notification settings - Fork 332
/
package.json
51 lines (51 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
{
"name": "react-native-amap3d",
"version": "0.0.0",
"description": "react-native 高德地图组件,支持 Android + iOS",
"author": "7c00 <[email protected]>",
"license": "MIT",
"keywords": [
"react-native",
"amap",
"maps",
"mapview"
],
"main": "lib/src",
"files": [
"lib/src",
"lib/android/src",
"lib/android/build.gradle",
"lib/ios",
"react-native.config.js",
"react-native-amap3d.podspec"
],
"homepage": "https://github.com/qiuxiang/react-native-amap3d",
"repository": {
"type": "git",
"url": "https://github.com/qiuxiang/react-native-amap3d"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"release-android": "react-native run-android --variant=release",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"ios": "react-native run-ios"
},
"dependencies": {
"supercluster": "^7.1.4"
},
"devDependencies": {
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@types/react-native": "^0.71.2",
"@types/supercluster": "^7.1.0",
"react": "18.2.0",
"react-native": "^0.71.2",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.19.0"
},
"prettier": {
"printWidth": 100
}
}