This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.26 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"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",
"test": "jest --passWithNoTests",
"eslint:github-action": "eslint ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@eva-design/eva": "^1.3.1",
"@expo/samples": "~36.0.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/netinfo": "5.5.1",
"@react-navigation/web": "^1.0.0-alpha.9",
"@ui-kitten/components": "^4.3.2",
"@ui-kitten/eva-icons": "^4.3.2",
"expo": "^37.0.0",
"expo-ads-admob": "~8.1.0",
"expo-analytics": "^1.0.14",
"expo-asset": "~8.1.4",
"expo-constants": "~9.0.0",
"expo-font": "~8.1.0",
"expo-google-app-auth": "^8.0.1",
"expo-linear-gradient": "~8.1.0",
"expo-web-browser": "~8.1.0",
"firebase": "7.9.0",
"fuse.js": "^3.4.6",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-appearance": "~0.3.3",
"react-native-gesture-handler": "~1.6.0",
"react-native-icon-badge": "^1.1.3",
"react-native-modal": "^11.5.3",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-web": "^0.11.7",
"react-navigation": "^4.2.2",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "~1.10.3",
"react-navigation-tabs": "~2.6.2",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-loop": "^5.1.1"
},
"devDependencies": {
"babel-preset-expo": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jest-expo": "^37.0.0",
"prettier": "^1.19.1",
"react-native-debugger-open": "^0.3.24"
},
"private": true
}