-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.39 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
66
67
68
69
70
{
"main": "node_modules/expo/AppEntry.js",
"license": "Apache-2.0",
"version": "0.25.0",
"repository": {
"type": "git",
"url": "https://github.com/subadapcocuk/subadapp.git"
},
"bugs": {
"url": "https://github.com/subadapcocuk/subadapp/issues",
"email": "[email protected]"
},
"funding": {
"type": "Şubadap Çocuk Kreosus",
"url": "https://www.kreosus.com/subadapcocuk"
},
"scripts": {
"start": "expo start",
"fix": "expo install --fix",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:android": "eas build --platform android --non-interactive",
"build:apk": "eas build --platform android --profile preview",
"build:ios": "eas build --platform ios --non-interactive",
"build:all": "eas build --platform all --non-interactive",
"submit:android": "eas submit --platform android",
"submit:ios": "eas submit --platform ios",
"release": "commit-and-tag-version --release-as ",
"eject": "expo eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5",
"@fortawesome/free-brands-svg-icons": "^6.5",
"@fortawesome/free-solid-svg-icons": "^6.5",
"@fortawesome/react-native-fontawesome": "^0.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.5",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/bottom-tabs": "^7.1.3",
"@react-navigation/drawer": "^7.0",
"@react-navigation/native": "^7.0",
"expo": "~52.0.11",
"expo-av": "~15.0.1",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-linking": "~7.0.2",
"expo-notifications": "~0.29.9",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-dialog": "^9.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "~3.16.1",
"react-native-root-toast": "^3.6",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.12.2"
},
"devDependencies": {
"@expo/metro-runtime": "~4.0.0",
"@mccraveiro/standard-version-expo": "^2.0",
"commit-and-tag-version": "^12.0"
}
}