-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.54 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
{
"name": "@expo/home",
"version": "0.0.1",
"main": "__generated__/AppEntry.js",
"private": true,
"description": "The Expo client app",
"scripts": {
"postinstall": "expo-yarn-workspaces postinstall",
"test": "jest",
"lint": "eslint .",
"report": "npx react-native-bundle-visualizer --entry-file __generated__/AppEntry.js"
},
"author": "Expo",
"license": "MIT",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@apollo/client": "^3.0.2",
"@expo/react-native-action-sheet": "^2.1.0",
"@expo/react-native-touchable-native-feedback-safe": "^1.1.2",
"@expo/vector-icons": "^10.0.6",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.6",
"@react-navigation/bottom-tabs": "~5.8.0",
"@react-navigation/material-bottom-tabs": "~5.2.16",
"@react-navigation/native": "~5.7.3",
"@react-navigation/stack": "~5.9.0",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"dedent": "^0.7.0",
"es6-error": "^4.0.1",
"expo": "~39.0.1",
"expo-analytics-amplitude": "~8.3.1",
"expo-asset": "~8.2.0",
"expo-barcode-scanner": "~9.0.0",
"expo-blur": "~8.2.0",
"expo-camera": "~9.0.0",
"expo-constants": "~9.2.0",
"expo-device": "~2.3.0",
"expo-font": "~8.3.0",
"expo-linear-gradient": "~8.3.1",
"expo-location": "~9.0.0",
"expo-permissions": "~9.3.0",
"expo-splash-screen": "~0.7.0",
"expo-task-manager": "~8.5.0",
"expo-web-browser": "~8.5.0",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"path-to-regexp": "^1.8.0",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-appearance": "~0.3.3",
"react-native-fade-in-image": "^1.5.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-maps": "0.27.1",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-redux": "^7.2.0",
"react-string-replace": "^0.4.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.18",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semver": "^6.1.1",
"sha1": "^1.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"jest-expo": "~39.0.0",
"react-native-bundle-visualizer": "^2.2.1",
"uuid": "^3.3.2"
}
}