-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.59 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
{
"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 --watchAll",
"lint:fix": "eslint . --fix"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@dudigital/react-native-zoomable-view": "^1.0.16",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "^1.14.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.2",
"@react-navigation/native": "~5.8.10",
"@react-navigation/stack": "~5.12.8",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"contrast": "^1.0.1",
"eslint": "^7.21.0",
"eslint-config-universe": "^7.0.1",
"eslint-plugin-unused-imports": "^1.1.0",
"events": "^3.3.0",
"expo": "^40.0.0",
"expo-constants": "~9.3.3",
"expo-file-system": "~9.3.0",
"expo-font": "~8.4.0",
"expo-linking": "~2.0.1",
"expo-media-library": "~10.0.0",
"expo-screen-orientation": "~2.1.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"expo-store-review": "~2.3.0",
"font-color-contrast": "^1.0.3",
"native-base": "^2.15.2",
"prettier": "^2.2.1",
"randomcolor": "^0.6.2",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-draggable": "^3.3.0",
"react-native-elements": "^3.2.0",
"react-native-fade-in-out": "^1.0.5",
"react-native-gesture-bottom-sheet": "^1.0.2",
"react-native-gesture-handler": "~1.8.0",
"react-native-hsv-color-picker": "^1.0.2",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-masonry-list": "^2.16.1",
"react-native-pager-view": "^5.0.12",
"react-native-qrcode-svg": "^6.1.1",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-safe-area-context": "3.1.9",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "~2.15.2",
"react-native-svg": "12.1.0",
"react-native-tab-view": "^3.0.0",
"react-native-view-shot": "3.1.2",
"react-native-web": "~0.13.12",
"react-native-webview": "11.0.0",
"sentry-expo": "^3.0.5",
"tinycolor2": "^1.4.2",
"vcard-creator": "^0.3.3"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"jest-expo": "^40.0.0",
"typescript": "~4.0.0"
},
"private": true
}