-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.87 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"publish": "expo publish --release-channel lilo",
"build-ios": "expo build:ios -t archive --release-channel lilo",
"build-android": "expo build:android -t app-bundle --release-channel lilo",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"axios": "1.6.0",
"babel-preset-expo": "^11.0.10",
"core-js": "^3.6.4",
"expo": "^51.0.17",
"expo-asset": "~10.0.10",
"expo-constants": "~16.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.7",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-network": "~6.0.1",
"expo-permissions": "~14.2.1",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-web-browser": "~13.0.3",
"formik": "^2.1.4",
"lottie-react-native": "6.7.0",
"moment": "^2.29.1",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-animatable": "^1.3.3",
"react-native-indicators": "^0.17.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-paper": "5.12.3",
"react-native-responsive-screen": "1.4.2",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"webpack": "^4.41.6",
"yup": "^0.32.6"
},
"devDependencies": {
"babel-preset-expo": "~11.0.0",
"jest-expo": "~51.0.3"
},
"private": true
}