-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.9 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
{
"name": "sratrc-app",
"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": {
"@gorhom/bottom-sheet": "^5.0.5",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-firebase/app": "^20.1.0",
"@react-native-firebase/messaging": "^20.1.0",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"@sentry/react-native": "^6.1.0",
"@shopify/flash-list": "^1.7.1",
"@tanstack/react-query": "^5.54.1",
"axios": "^1.6.8",
"expo": "^52.0.6",
"expo-brightness": "~13.0.2",
"expo-camera": "~16.0.5",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-device": "~7.0.1",
"expo-haptics": "~14.0.0",
"expo-image-manipulator": "~13.0.5",
"expo-linking": "~7.0.2",
"expo-media-library": "~17.0.2",
"expo-notifications": "^0.29.7",
"expo-router": "~4.0.5",
"expo-status-bar": "~2.0.0",
"lottie-react-native": "7.0.0",
"moment": "^2.30.1",
"nativewind": "^2.0.11",
"react-native": "^0.76.1",
"react-native-calendars": "^1.1305.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-element-dropdown": "^2.12.1",
"react-native-input-select": "^1.3.18",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-qrcode-styled": "^0.3.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "4.0.0",
"react-native-svg": "15.8.0",
"react-native-virtualized-view": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tanstack/eslint-plugin-query": "^5.53.0",
"tailwindcss": "^3.3.2"
},
"private": true
}