-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.93 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
{
"name": "skhuapp",
"version": "0.6.0",
"private": true,
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-preset-expo": "^8.2.3",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-native": "^3.8.1",
"jest-expo": "^38.0.0"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint -f compact .",
"fix": "eslint --fix ."
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
"@react-navigation/bottom-tabs": "^5.6.1",
"@react-navigation/material-top-tabs": "^5.2.15",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"abortcontroller-polyfill": "^1.4.0",
"expo": "^38.0.0",
"expo-asset": "~8.1.7",
"expo-constants": "~9.1.1",
"expo-linear-gradient": "~8.2.1",
"expo-local-authentication": "~9.1.1",
"expo-print": "~9.0.1",
"expo-secure-store": "~9.0.1",
"expo-sqlite": "~8.2.1",
"expo-status-bar": "^1.0.0",
"expo-web-browser": "~8.3.1",
"immutable": "^4.0.0-rc.12",
"moment": "^2.24.0",
"react": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-chart-kit": "^6.4.1",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "3.0.2",
"react-native-screens": "~2.9.0",
"react-native-snackbar-component": "https://github.com/s-owl/React-Native-SnackBar-Component.git",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^2.15.0",
"react-navigation-header-buttons": "^3.0.4",
"sentry-expo": "~2.1.2"
}
}