mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 13:01:15 +00:00
32 lines
1.0 KiB
JSON
32 lines
1.0 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",
|
|
"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": "sed -i '' 's/#import <RCTAnimation\\/RCTValueAnimatedNode.h>/#import \"RCTValueAnimatedNode.h\"/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h"
|
|
},
|
|
"dependencies": {
|
|
"@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.47.1",
|
|
"react-native-elements": "^0.16.0",
|
|
"react-native-mapbox-gl": "file:../react-native-mapbox-gl-5.2.0.tgz",
|
|
"react-native-vector-icons": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "3.0.0",
|
|
"fs-extra": "^4.0.1",
|
|
"minimatch": "^3.0.4",
|
|
"node-watch": "^0.5.5",
|
|
"rimraf": "^2.6.1"
|
|
}
|
|
}
|