-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.02 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
{
"name": "sem7-repo",
"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-google-fonts/poppins": "^0.2.2",
"@expo/webpack-config": "^0.17.0",
"@react-native-community/datetimepicker": "6.2.0",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@vaadin/vaadin": "^23.2.5",
"axios": "^1.1.3",
"expo": "~46.0.17",
"expo-auth-session": "~3.7.4",
"expo-constants": "~13.2.4",
"expo-device": "~4.3.0",
"expo-font": "~10.2.0",
"expo-linking": "~3.2.4",
"expo-notifications": "^0.16.1",
"expo-permissions": "~13.2.0",
"expo-random": "~12.3.0",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"fontloader": "^1.2.7",
"gradle": "^1.2.4",
"ionicons": "^6.0.4",
"lodash": "^4.17.21",
"react": "18.0.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-animatable": "^1.3.3",
"react-native-app-auth": "^6.4.3",
"react-native-collapsible": "^1.6.0",
"react-native-ionicons": "^4.6.5",
"react-native-modal": "^13.0.1",
"react-native-msal": "^4.0.4",
"react-native-pager-view": "5.4.24",
"react-native-paper": "^5.0.0-rc.6",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.3.0",
"react-native-toast-message": "^2.1.5",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.7",
"react-query": "^3.39.2",
"sharp-cli": "^3.0.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}