-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.64 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
74
75
76
77
78
79
80
81
82
83
84
{
"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",
"postinstall": "jetify"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@apollo/react-hooks": "^4.0.0",
"@eva-design/eva": "^2.1.0",
"@expo-google-fonts/courier-prime": "^0.2.0",
"@expo-google-fonts/space-mono": "^0.2.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@ui-kitten/components": "^5.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"chart.js": "^4.3.0",
"deprecated-react-native-prop-types": "^4.0.0",
"dotenv": "^16.0.1",
"eslint-plugin-react-hooks": "^4.2.0",
"expo": "~47.0.0",
"expo-app-loading": "~2.1.1",
"expo-cli": "^5.4.6",
"expo-file-system": "~15.1.1",
"expo-font": "~11.0.1",
"expo-image-loader": "4.0.0",
"expo-print": "~12.0.0",
"expo-sharing": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"graphql": "^15.5.0",
"intl": "^1.2.5",
"lodash": "^4.17.21",
"lodash.filter": "^4.6.0",
"metro": "^0.72.3",
"os": "^0.1.2",
"path": "^0.12.7",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-elements": "^3.4.1",
"react-native-gesture-handler": "~2.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-markdown-package": "^1.8.1",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.9",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"typescript": "4.3.4"
},
"private": true,
"resolutions": {
"expo-constants": "14.0.2",
"expo-modules-core": "0.2.0",
"expo-file-system": "15.1.1",
"expo-image-loader": "4.0.0"
},
"license": "MIT",
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?/.*)",
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base)"
],
"automock": false
},
"devDependencies": {}
}