-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.78 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
67
68
69
70
71
72
73
74
75
{
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"translate": "export GOOGLE_APPLICATION_CREDENTIALS=scripts/translation-token.json&& node scripts/translate-ui.js && npx pre-require interface uitext.js",
"translate:win": "set GOOGLE_APPLICATION_CREDENTIALS=scripts/translation-token.json&& node scripts/translate-ui.js && npx pre-require interface uitext.js",
"splash": "yarn run configure-splash-screen -b '#63b582' -i ./assets/splash.png -r cover --status-bar-style default -p android",
"clean": "cd android && ./gradlew clean",
"bundle": "cd android && ./gradlew bundleRelease",
"apk": "cd android && ./gradlew assembleRelease",
"release": "npx react-native run-android --variant=release",
"debug": "adb logcat"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.7",
"@react-native-community/voice": "^1.1.4",
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow/tfjs": "^2.8.6",
"@tensorflow/tfjs-react-native": "^0.5.0",
"events": "^3.2.0",
"expo": "~40.0.0",
"expo-analytics-safe": "^1.0.15",
"expo-blur": "~8.2.2",
"expo-camera": "^10.0.0",
"expo-constants": "^10.0.1",
"expo-device": "~2.4.0",
"expo-gl": "^10.1.0",
"expo-haptics": "~8.4.0",
"expo-in-app-purchases": "~9.1.0",
"expo-linear-gradient": "~8.4.0",
"expo-localization": "~9.1.0",
"expo-notifications": "~0.8.2",
"expo-permissions": "^11.0.0",
"expo-screen-orientation": "~2.1.0",
"expo-splash-screen": "~0.8.0",
"expo-status-bar": "~1.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-draggable-flatlist": "^2.3.6",
"react-native-elements": "^2.0.4",
"react-native-expo-image-cache": "^4.1.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "12.1.0",
"react-native-tts": "^3.2.0",
"react-native-unimodules": "~0.12.0",
"react-native-web": "~0.13.12",
"react-native-webview": "11.0.0",
"react-navigation": "4.4.1",
"react-navigation-stack": "^2.8.4",
"react-navigation-tabs": "^2.9.0",
"title-case": "^3.0.2",
"touchable-scale-btk": "^1.0.5"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@google-cloud/translate": "^6.0.5",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.9.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}