-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.32 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
59
60
61
62
63
64
65
66
{
"name": "les-balades-de-decouverto",
"version": "1.0.18",
"private": true,
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/runtime": "^7.22.6",
"babel-eslint": "^8.0.3",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "^5.0.2",
"graceful-fs": "^4.2.4",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.8.3"
},
"resolutions": {
"graceful-fs": "4.2.4"
},
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-native start",
"android": "export NODE_OPTIONS=--openssl-legacy-provider && react-native run-android",
"android-final": "react-native run-android --variant=release",
"ios": "react-native run-ios",
"test": "jest",
"log": "react-native log-android",
"reset": "rm -rf node_modules/ && npm i && ./androidx.sh",
"build": "cd android && ./gradlew bundleRelease",
"build-apk": "cd android && ./gradlew assembleRelease",
"emulator": "emulator -avd $(emulator -list-avds | head -n 1) -dns-server 8.8.8.8"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"@mauron85/react-native-background-geolocation": "0.5.3",
"@react-native-community/async-storage": "1.5.0",
"@react-native-community/geolocation": "^3.0.6",
"@react-native-community/netinfo": "^8.3.0",
"async": "^2.6.1",
"distance-between-points": "0.0.0",
"get-extremums": "0.0.0",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"native-base": "^2.12.1",
"osm-tile-list-json": "0.0.2",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-android-location-services-dialog-box": "2.8.1",
"react-native-dialog-progress": "^1.0.2",
"react-native-fs": "^2.14.1",
"react-native-htmlview": "^0.13.0",
"react-native-keep-awake": "^3.0.1",
"react-native-maps": "^0.31.0",
"react-native-push-notification": "^3.0.2",
"react-native-responsive-image": "^2.3.1",
"react-native-sound": "^0.11.2",
"react-native-sound-playerview": "^1.0.0",
"react-native-splash-screen": "3.2.0",
"react-native-zip-archive": "4.0.0",
"react-navigation": "^1.5.12",
"typescript": "^5.1.6"
}
}