forked from mapbox/store-locator-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.19 KB
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
{
"name": "@mapbox/store-locator-react-native",
"version": "0.0.1",
"description": "A plug-and-play React Native app that cuts down on the set-up and development time needed to add a Store Locator into your app. Use our starter themes and features as a plug-and-play solution, or further customize your Store Locator with our flexible build.",
"main": "src/index.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js ./src/** ./RNStoreLocatorExample/src/**",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/store-locator-react-native.git"
},
"author": "Nick Italiano",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/mapbox/store-locator-react-native/issues"
},
"homepage": "https://github.com/mapbox/store-locator-react-native#readme",
"dependencies": {
"@turf/bbox": "^5.0.4",
"@turf/distance": "^5.0.4",
"mapbox": "^1.0.0-beta9",
"react-native-snap-carousel": "^3.4.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.12.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1"
}
}