-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.38 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
{
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"splash": "yarn run configure-splash-screen -b '#63b2b5' -i './assets/splash.png' -r 'cover' --status-bar-style 'default'",
"clean": "cd android && gradlew clean",
"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",
"bundle": "cd android && ./gradlew bundleRelease",
"apk": "cd android && ./gradlew assembleRelease",
"release": "npx react-native run-android --variant=release",
"debug": "adb logcat"
},
"dependencies": {
"@google-cloud/translate": "^6.0.5",
"@react-native-community/netinfo": "5.9.6",
"@react-native-community/voice": "^1.1.4",
"events": "^3.2.0",
"expo": "^39.0.0",
"expo-analytics-safe": "^1.0.15",
"expo-blur": "~8.2.0",
"expo-constants": "~9.2.0",
"expo-device": "~2.3.0",
"expo-haptics": "~8.3.0",
"expo-in-app-purchases": "^9.1.0",
"expo-linear-gradient": "~8.3.0",
"expo-localization": "~9.0.0",
"expo-notifications": "~0.7.2",
"expo-permissions": "~9.3.0",
"expo-screen-orientation": "~2.0.0",
"expo-splash-screen": "~0.6.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.2",
"react-native-draggable-flatlist": "^2.3.6",
"react-native-elements": "^2.0.4",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-reanimated": "~1.13.0",
"react-native-screens": "~2.10.1",
"react-native-storage": "^1.0.1",
"react-native-svg": "12.1.0",
"react-native-tts": "^3.2.0",
"react-native-unimodules": "^0.11.0",
"react-native-web": "~0.13.7",
"react-native-webview": "10.7.0",
"react-navigation": "4.4.1",
"react-navigation-stack": "1.9.3",
"react-navigation-tabs": "^2.9.0",
"title-case": "^3.0.2",
"touchable-scale-btk": "^1.0.5"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"babel-jest": "~25.2.6",
"jest": "~25.2.6",
"react-test-renderer": "~16.9.0"
},
"jest": {
"preset": "react-native"
},
"private": true
}