forked from qiuxiang/react-native-amap3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.63 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
{
"name": "react-native-amap3d",
"version": "2.0.1-0",
"description": "react-native 高德地图组件,支持 Android + iOS",
"author": "7c00 <i@7c00.cc>",
"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": "typedoc --out docs/api --excludeNotExported --excludePrivate --excludeProtected --exclude src/prop-types.ts --module commonjs --mode file src",
"start": "node node_modules/react-native/local-cli/cli.js start",
"run-android": "node node_modules/react-native/local-cli/cli.js run-android",
"release-android": "node node_modules/react-native/local-cli/cli.js run-android --variant=release",
"log-android": "node node_modules/react-native/local-cli/cli.js log-android",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"run-ios": "node node_modules/react-native/local-cli/cli.js run-ios"
},
"devDependencies": {
"@react-native-community/masked-view": "^0.1.6",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@types/react-native": "^0.61.12",
"react": "16.9.0",
"react-native": "^0.61.5",
"react-native-gesture-handler": "^1.5.6",
"react-native-safe-area-context": "^0.7.2",
"react-native-screens": "^2.0.0-beta.2"
},
"prettier": {
"printWidth": 100
}
}