forked from housinghq/react-native-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.08 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-PFJuW1pt+HnnnN0m0OGk29RSvICFVkK/DScX6cUk0SuCSN2DAHx0y6y57lZyYXcYqU4J4usNpfxgp/ccjASDiw==",
"_location": "/react-native-maps",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-maps",
"escapedName": "react-native-maps",
"rawSpec": "0.25.0",
"saveSpec": null,
"fetchSpec": "0.25.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-maps/-/react-native-maps-0.25.0.tgz",
"_shasum": "81bc51eb50e33811a9e1c345cc48869413ead67d",
"_spec": "[email protected]",
"_where": "/Users/atar/PrortigerWorkspace/buyer/housing-app",
"author": {
"name": "Leland Richardson",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/react-native-community/react-native-maps/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native Mapview component for iOS + Android",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"@react-native-community/eslint-config": "0.0.5",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.2.0",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.13.0",
"gitbook-cli": "^2.3.0",
"lodash": "^4.17.2",
"metro-react-native-babel-preset": "^0.53.1",
"react": "16.8.3",
"react-native": "0.59.3"
},
"homepage": "https://github.com/react-native-community/react-native-maps#readme",
"keywords": [
"react",
"react-native",
"react-component",
"map",
"mapview",
"google-maps",
"mapkit"
],
"main": "index.js",
"name": "react-native-maps",
"peerDependencies": {
"prop-types": "^15.0 || ^16.0",
"react": ">= 16.0 || < 17.0",
"react-native": ">= 0.51"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-maps.git"
},
"rnpm": {
"android": {
"sourceDir": "./lib/android"
}
},
"scripts": {
"build": "npm run build:js && npm run build:android && npm run build:ios",
"build:android": "./gradlew :react-native-maps:assembleDebug",
"build:ios": "bundle install --path ./example/ios/bundles && bundle exec pod install --project-directory=./example/ios/",
"build:js": "exit 0",
"ci": "npm run lint",
"lint": "./node_modules/eslint/bin/eslint.js .",
"preversion": "./scripts/update-version.js",
"run:android": "./gradlew installDebug && npm run start:android",
"run:ios": "react-native run-ios --project-path ./example/ios",
"run:packager": "./node_modules/react-native/scripts/packager.sh",
"start": "node node_modules/react-native/local-cli/cli.js start",
"start:android": "adb shell am start -n com.airbnb.android.react.maps.example/.MainActivity"
},
"version": "0.25.0"
}