-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.87 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
85
86
87
88
89
{
"name": "@expo/home",
"version": "0.0.1",
"main": "__generated__/AppEntry.js",
"private": true,
"description": "The Expo Go app",
"scripts": {
"postinstall": "expo-yarn-workspaces postinstall",
"test": "jest",
"lint": "eslint .",
"report": "react-native-bundle-visualizer --entry-file __generated__/AppEntry.js",
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml"
},
"author": "Expo",
"license": "MIT",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@apollo/client": "^3.4.10",
"@expo/react-native-action-sheet": "^2.1.0",
"@expo/sdk-runtime-versions": "^1.0.0",
"@expo/vector-icons": "^12.0.4",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/bottom-tabs": "~5.11.1",
"@react-navigation/material-bottom-tabs": "~5.3.9",
"@react-navigation/native": "~5.8.9",
"@react-navigation/stack": "~5.12.6",
"dedent": "^0.7.0",
"es6-error": "^4.0.1",
"expo": "~44.0.0-alpha.0",
"expo-analytics-amplitude": "~11.1.0",
"expo-asset": "~8.4.1",
"expo-barcode-scanner": "~11.2.0",
"expo-blur": "~11.0.0",
"expo-camera": "~12.1.0",
"expo-constants": "~13.0.0",
"expo-device": "~4.1.0",
"expo-font": "~10.0.1",
"expo-linear-gradient": "~11.2.0",
"expo-location": "~14.1.0",
"expo-permissions": "~13.1.0",
"expo-splash-screen": "~0.14.0",
"expo-task-manager": "~10.1.0",
"expo-web-browser": "~10.1.0",
"graphql": "^15.3.0",
"immutable": "^4.0.0",
"lodash": "^4.17.19",
"path-to-regexp": "^1.8.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "17.0.2",
"react-native": "0.67.2",
"react-native-appearance": "~0.3.4",
"react-native-fade-in-image": "^1.6.1",
"react-native-gesture-handler": "~2.1.0",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-maps": "0.29.4",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.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": "^7.3.5",
"sha1": "^1.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.2.2",
"@graphql-codegen/typescript": "^2.3.1",
"@graphql-codegen/typescript-operations": "^2.2.0",
"@graphql-codegen/typescript-react-apollo": "^3.2.1",
"@types/dedent": "^0.7.0",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.161",
"@types/react-redux": "^7.1.16",
"@types/semver": "^7.3.6",
"@types/sha1": "^1.1.2",
"expo-module-scripts": "^2.0.0",
"jest-expo": "~44.0.0-beta.0",
"react-native-bundle-visualizer": "^3.0.0",
"uuid": "^3.3.2"
}
}