-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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
{
"name": "giftapp.v2",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/lato": "^0.2.3",
"@expo-google-fonts/oswald": "^0.2.3",
"@expo-google-fonts/roboto-mono": "^0.2.3",
"@expo/metro-runtime": "^4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^7.0.6",
"@react-navigation/native": "^7.0.3",
"@react-navigation/stack": "^7.1.0",
"camelize": "^1.0.1",
"expo": "^52.0.8",
"expo-blur": "~14.0.1",
"expo-camera": "~16.0.9",
"expo-haptics": "~14.0.0",
"expo-updates": "~0.26.10",
"lottie-react-native": "^7.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-native": "^0.76.2",
"react-native-currency-input": "^1.1.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-paper": "^5.12.5",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-swiper": "^1.6.0",
"react-native-toast-message": "^2.2.1",
"react-native-web": "^0.19.13",
"react-native-webview": "13.12.5",
"react-native-wizard": "^2.1.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@babel/core": "^7.26.0"
},
"private": true
}