forked from qiuxiang/react-native-baidumap-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-native-baidumap-sdk",
"description": "React Native BaiduMap SDK for Android + iOS",
"keywords": [
"react-native",
"maps",
"mapview",
"location",
"baidumap"
],
"version": "0.5.9",
"author": "7c00 <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/qiuxiang/react-native-baidumap-sdk"
},
"license": "MIT",
"files": [
"lib/js",
"lib/ios",
"lib/android/src",
"lib/android/build.gradle"
],
"main": "lib/js",
"scripts": {
"test": "eslint . && flow",
"start": "node node_modules/react-native/local-cli/cli.js start",
"reload": "adb reverse tcp:8081 tcp:8081 && adb shell input text rr",
"run-android": "node node_modules/react-native/local-cli/cli.js run-android",
"log-android": "node node_modules/react-native/local-cli/cli.js log-android",
"release-android": "node node_modules/react-native/local-cli/cli.js run-android --variant=release",
"run-ios": "node node_modules/react-native/local-cli/cli.js run-ios"
},
"dependencies": {
"supercluster": "^3.0.2"
},
"peerDependencies": {
"react-native": ">=0.47"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.69.0",
"react": "^16.2.0",
"react-native": "^0.52.3",
"react-navigation": "1.5.11"
},
"presets": [
"react-native"
],
"rnpm": {
"android": {
"sourceDir": "lib/android"
}
}
}