forked from nitaliano/react-native-mapbox-gl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.01 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
{
"name": "react-native-mapbox-gl-demo",
"version": "1.0.0",
"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",
"test": "jest"
},
"dependencies": {
"@mapbox/geo-viewport": "^0.4.0",
"@mapbox/react-native-mapbox-gl": "file:../mapbox-react-native-mapbox-gl-6.1.4.tgz",
"@turf/along": "^5.1.5",
"@turf/bearing": "^5.1.5",
"@turf/distance": "^5.1.5",
"@turf/helpers": "^4.7.3",
"@turf/line-distance": "^4.7.3",
"@turf/nearest": "^4.7.3",
"install": "^0.12.2",
"mapbox": "^1.0.0-beta10",
"moment": "^2.24.0",
"npm": "^5.10.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "0.59.0",
"react-native-elements": "^1.1.0",
"react-native-safe-area-view": "^0.13.1",
"react-native-vector-icons": "^6.3.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.4.0",
"jest": "^24.4.0",
"metro-react-native-babel-preset": "^0.53.0",
"react-test-renderer": "16.8.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/plugin-transform-exponentiation-operator": "7.2.0",
"@babel/plugin-transform-flow-strip-types": "7.3.4",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/runtime": "^7.3.4",
"babel-plugin-transform-remove-console": "6.9.4",
"fs-extra": "^4.0.3",
"minimatch": "^3.0.4",
"node-watch": "^0.6.0",
"rimraf": "^2.6.3",
"flow-bin": "^0.95.1"
},
"jest": {
"preset": "react-native"
}
}