-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.29 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
{
"name": "officemanagementsystem",
"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/html-elements": "^0.4.1",
"@expo/webpack-config": "^18.0.1",
"@react-native-picker/picker": "2.4.8",
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/storage": "^17.3.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"axios": "^1.3.4",
"expo": "~48.0.6",
"expo-document-picker": "~11.2.1",
"expo-linking": "~4.0.1",
"expo-secure-store": "^12.1.1",
"expo-status-bar": "~1.4.4",
"firebase": "^9.6.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.4",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-web": "~0.18.10",
"react-navigation-header-buttons": "^10.0.0",
"react-native-swipe-list-view": "^3.2.9",
"expo-web-browser": "~12.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/ngrok": "^4.1.0"
},
"private": true
}