-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.6 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
{
"name": "oneshop",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build": "eas build -p android --profile production"
},
"devDependencies": {
"@babel/core": "^7.18.6"
},
"private": true,
"dependencies": {
"@expo/config-plugins": "^5.0.0",
"@expo/prebuild-config": "^5.0.1",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-voice/voice": "^3.2.4",
"@react-navigation/bottom-tabs": "6.5.0",
"@react-navigation/material-top-tabs": "^6.5.2",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@react-navigation/stack": "^6.3.11",
"axios": "^1.2.1",
"expo": "^46.0.0",
"expo-blur": "~11.2.0",
"expo-cli": "^6.1.0",
"expo-dev-client": "~1.3.1",
"expo-image-picker": "~13.3.1",
"expo-modules-autolinking": "~0.10.1",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-anchor-carousel": "^4.0.1",
"react-native-animated-spinkit": "^1.5.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~2.9.1",
"react-native-reanimated-carousel": "^3.1.5",
"react-native-root-toast": "^3.3.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-swiper": "^1.6.0"
}
}