Files

33 lines
1.2 KiB
JSON

{
"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/react-native-mapbox-gl": "file:../mapbox-react-native-mapbox-gl-6.0.0-beta1.tgz",
"@turf/helpers": "^4.6.0",
"install": "^0.10.1",
"npm": "^5.3.0",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "^0.49.0",
"react-native-elements": "^0.16.0",
"react-native-vector-icons": "^4.3.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"
}
}