-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.97 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@eva-design/eva": "^2.0.0",
"@eva-design/material": "^2.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.0.0",
"@react-navigation/drawer": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.0.0",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/date-fns": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"@ui-kitten/moment": "5.0.0",
"awesome-debounce-promise": "^2.1.0",
"date-fns": "^1.30.1",
"expo": "^40.0.0",
"expo-constants": "~9.3.3",
"expo-updates": "^0.4.1",
"expo-web-browser": "~8.6.0",
"moment": "^2.24.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-device-info": "^5.5.1",
"react-native-gesture-handler": "~1.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-reanimated": "~1.13.0",
"react-native-safari-view": "^2.1.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-svg": "9.13.6",
"react-native-tab-view": "^2.13.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@babel/runtime": "^7.8.3",
"@expo/webpack-config": "~0.12.45",
"@types/react-native": "~0.63.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "8.3.0",
"conventional-changelog-cli": "^2.0.21",
"expo-cli": "^3.13.1",
"husky": "^1.1.2",
"jetifier": "^1.6.5",
"rimraf": "^2.6.2",
"tslint": "^6.0.0",
"typescript": "~4.0.0"
},
"private": true
}