-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.61 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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"debug-build": "react-native bundle --platform android --dev false --entry-file App.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ && cd android && ./gradlew assembleDebug && cd ..",
"release-build": "react-native bundle --platform android --dev false --entry-file App.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/ && rm -rf android/app/src/main/res/drawable-* && rm -rf android/app/src/main/res/raw/* && cd android && ./gradlew assembleRelease && cd .."
},
"dependencies": {
"@expo/metro-config": "^0.2.3",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-navigation/stack": "^5.14.5",
"expo": "~38.0.8",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.5.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "~0.66.0",
"react-native-elements": "^3.4.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "~3.0.0",
"react-native-storage": "^1.0.1",
"react-native-touchable-scale": "^2.1.2",
"react-native-unimodules": "~0.13.3",
"react-native-video": "^5.1.1",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "^7.9.0"
},
"private": true
}