-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/datetimepicker": "7.7.0",
"@react-navigation/bottom-tabs": "^6.0.7",
"@react-navigation/native": "^6.0.4",
"@react-navigation/stack": "^6.0.9",
"expo": "^51.0.5",
"expo-document-picker": "~12.0.1",
"expo-file-system": "~17.0.1",
"expo-localization": "~15.0.3",
"expo-sharing": "~12.0.1",
"expo-sqlite": "~14.0.3",
"expo-updates": "~0.25.9",
"i18n-js": "^3.8.0",
"moment": "^2.29.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-picker-select": "^9.1.3",
"react-native-reanimated": "3.11.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"victory-native": "^36.6.8",
"xlsx": "file:vendor/xlsx-0.20.1.tgz",
"@react-native-picker/picker": "2.7.5"
},
"devDependencies": {
"@babel/core": "^7.24.0"
},
"private": true,
"name": "bp-log",
"version": "1.7.0"
}