forked from qiuxiang/react-native-amap3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "react-native-amap3d",
"version": "1.1.1",
"description": "react-native 高德地图组件,支持 Android + iOS",
"author": "Qiu Xiang <[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"
],
"repository": {
"type": "git",
"url": "https://github.com/qiuxiang/react-native-amap3d"
},
"scripts": {
"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": {
"metro-react-native-babel-preset": "0.51.1",
"react": "16.6.3",
"react-native": "0.58.4",
"react-navigation": "^1.5.11"
},
"rnpm": {
"android": {
"sourceDir": "lib/android"
}
},
"prettier": {
"printWidth": 100
}
}