forked from studyroz/react-native-mapbox-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.42 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
{
"name": "react-native-mapbox-gl-demo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build:ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file='index.ios.js' --bundle-output='./ios/RNMapboxGLExample/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'",
"copy:changes": "node ./scripts/watch_rngl.js",
"pack:gl": "./scripts/npm_pack_rngl.sh",
"clean:node:modules": "./scripts/clean_node_modules.sh",
"preinstall": "npm run pack:gl",
"postinstall": "node ./scripts/set_access_token.js"
},
"dependencies": {
"@mapbox/geo-viewport": "^0.2.2",
"@mapbox/react-native-mapbox-gl": "file:../mapbox-react-native-mapbox-gl-6.1.1.tgz",
"@turf/along": "^4.7.3",
"@turf/bearing": "^5.0.0",
"@turf/distance": "^5.0.0",
"@turf/helpers": "^4.6.0",
"@turf/line-distance": "^4.7.3",
"@turf/nearest": "^4.7.3",
"install": "^0.10.1",
"mapbox": "^1.0.0-beta9",
"moment": "^2.22.0",
"npm": "^5.3.0",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "^0.53.0",
"react-native-elements": "^0.16.0",
"react-native-vector-icons": "^4.3.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-preset-react-native": "^4.0.0",
"fs-extra": "^4.0.1",
"minimatch": "^3.0.4",
"node-watch": "^0.5.5",
"rimraf": "^2.6.1"
}
}