-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 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
{
"name": "appv2",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"submit": "npx eas-cli@latest build --auto-submit --profile production --platform android",
"eject": "npx expo eject"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"expo": "^51.0.0",
"expo-application": "~5.9.1",
"expo-clipboard": "^6.0.3",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-location": "~17.0.1",
"expo-navigation-bar": "~3.0.7",
"expo-sharing": "~12.0.1",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-document-picker": "^9.3.1",
"react-native-paper": "^5.12.5",
"react-native-popup-menu": "^0.16.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-uuid": "^2.0.2",
"react-native-vector-icons": "^10.1.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.16.11"
},
"private": true
}