-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.4 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
{
"name": "BGAEK",
"version": "1.7.1",
"description": "BGAEK",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.5.1",
"@react-navigation/compat": "^5.1.25",
"@react-navigation/drawer": "5.12.4",
"@react-navigation/native": "5.9.3",
"@react-navigation/stack": "5.14.3",
"@ui-kitten/components": "^5.1.1",
"@use-expo/font": "^2.0.0",
"expo": "^42.0.0",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.3.2",
"expo-font": "~9.2.1",
"galio-framework": "^0.8.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "12.1.1",
"react-native-table-component": "^1.2.1"
},
"devDependencies": {
"babel-preset-expo": "8.3.0"
},
"keywords": [],
"author": "Ivan Vaskovich & Gleb Ischenko",
"license": "MIT"
}