forked from qiuxiang/react-native-amap3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "react-native-amap3d",
"version": "2.0.4",
"description": "react-native 高德地图组件,支持 Android + iOS",
"author": "7c00 <[email protected]>",
"license": "MIT",
"keywords": [
"react-native",
"amap",
"maps",
"mapview"
],
"main": "lib/js",
"files": [
"lib/js",
"lib/android/src",
"lib/android/build.gradle",
"lib/ios",
"react-native.config.js"
],
"repository": {
"type": "git",
"url": "https://github.com/qiuxiang/react-native-amap3d"
},
"scripts": {
"dev": "tsc -w",
"build": "tsc",
"build-docs": "npx typedoc --out docs/api --excludeNotExported --excludePrivate --excludeProtected --exclude src/prop-types.ts --module commonjs --mode file src",
"start": "npx react-native start",
"android": "npx react-native run-android",
"release-android": "npx react-native run-android --variant=release",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"ios": "npx react-native run-ios"
},
"devDependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"@types/react-native": "^0.63.1",
"react": "16.13.1",
"react-native": "^0.63.1",
"react-native-gesture-handler": "^1.6.1",
"react-native-safe-area-context": "^3.1.1",
"react-native-screens": "^2.9.0"
},
"prettier": {
"printWidth": 100
}
}