-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 KB
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
{
"name": "Logistics",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@expo/metro-runtime": "~4.0.0",
"@mui/material": "^6.1.10",
"@mui/x-date-pickers": "^7.23.1",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-navigation/bottom-tabs": "^7.1.3",
"@react-navigation/material-top-tabs": "^7.0.18",
"@react-navigation/native": "^7.0.13",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"expo": "~52.0.17",
"expo-status-bar": "~2.0.0",
"flatpickr": "^4.6.13",
"react": "18.3.1",
"react-datepicker": "^7.5.0",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-date-picker": "^5.0.7",
"react-native-gesture-handler": "^2.21.2",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^6.6.1",
"react-native-reanimated": "^3.16.4",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0",
"react-native-tab-view": "^4.0.5",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}