-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.57 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
{
"name": "stacks-client",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.1.1",
"@react-native-picker/picker": "^2.7.6",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@tanstack/react-query": "^5.40.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.10",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"expo": "~51.0.9",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.19",
"expo-device": "~6.0.2",
"expo-notifications": "~0.28.9",
"expo-router": "^3.5.14",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-datepicker": "^7.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "^2.17.1",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-safe-area-context": "^4.10.3",
"react-native-screens": "^3.31.1",
"react-native-uuid": "^2.0.2",
"react-native-web": "~0.19.10",
"rn-emoji-keyboard": "^1.7.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "^18.3.3",
"typescript": "^5.4.5"
},
"private": true
}