-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2.46 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
71
72
73
74
{
"name": "laborlink",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@expo/vector-icons": "^14.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "^8.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.12",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.18",
"@react-navigation/stack": "^6.3.21",
"@stomp/stompjs": "^7.0.0",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"axios": "^1.7.2",
"dayjs": "^1.11.10",
"expo": "^51.0.8",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.1",
"expo-image-picker": "~12.0.0",
"expo-linear-gradient": "~13.0.2",
"expo-location": "^16.5.5",
"expo-notifications": "~0.28.9",
"expo-status-bar": "~1.12.1",
"firebase": "^10.12.0",
"formik": "^2.4.6",
"jwt-decode": "^4.0.0",
"native-notify": "^4.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.2",
"react-native": "0.74.1",
"react-native-calendars": "^1.1304.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-gifted-charts": "^1.4.10",
"react-native-gifted-chat": "^2.4.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "^1.14.0",
"react-native-paper": "^5.12.3",
"react-native-paper-dropdown": "^1.0.2",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "^3.12.0",
"react-native-safe-area-context": "^4.10.4",
"react-native-screens": "^3.31.1",
"react-native-stompjs": "^0.0.7",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "~0.19.6",
"react-native-websocket": "^1.0.2",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"typescript": "^5.4.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"webpack-dev-server": "^3.11.3"
},
"private": true
}