-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.43 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": "ui",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@aws-amplify/react-native": "^1.0.17",
"@aws-amplify/ui-react": "^6.1.6",
"@aws-amplify/ui-react-native": "^2.1.4",
"@expo/metro-runtime": "~3.1.1",
"@react-native-async-storage/async-storage": "^1.22.0",
"@react-native-community/netinfo": "^11.3.0",
"aws-amplify": "^6.0.24",
"expo": "~50.0.3",
"expo-camera": "^14.0.5",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.11",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.7",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.73.4",
"react-native-calendars": "^1.1303.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-get-random-values": "^1.10.0",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "^14.1.0",
"react-native-vision-camera": "^3.9.2",
"react-native-web": "~0.19.6",
"react-native-worklets-core": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}