This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.03 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
90
91
92
93
94
{
"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",
"start": "expo start",
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml"
},
"author": "Expo",
"license": "MIT",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@apollo/client": "^3.4.10",
"@expo/styleguide-native": "^1.0.1",
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "4.4.6",
"@graphql-codegen/introspection": "^2.1.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/bottom-tabs": "~6.4.0",
"@react-navigation/elements": "~1.3.6",
"@react-navigation/material-bottom-tabs": "~6.2.4",
"@react-navigation/native": "~6.0.13",
"@react-navigation/stack": "~6.3.2",
"@types/react-native": "~0.70.6",
"date-fns": "^2.28.0",
"dedent": "^0.7.0",
"es6-error": "^4.1.1",
"expo": "~49.0.0-alpha.1",
"expo-asset": "~8.10.0",
"expo-barcode-scanner": "~12.5.0",
"expo-blur": "~12.4.0",
"expo-camera": "~13.4.0",
"expo-constants": "~14.4.0",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.0.0",
"expo-permissions": "~14.2.0",
"expo-splash-screen": "~0.20.0",
"expo-task-manager": "~11.3.0",
"expo-updates": "~0.18.0",
"expo-web-browser": "~12.3.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": "18.2.0",
"react-native": "0.72.0",
"react-native-fade-in-image": "^1.6.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.7.1",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-redux": "^7.2.0",
"react-string-replace": "^0.4.4",
"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": "^29.2.1",
"@types/lodash": "^4.14.161",
"@types/react": "~18.0.14",
"@types/react-redux": "^7.1.16",
"@types/semver": "^7.3.6",
"@types/sha1": "^1.1.2",
"expo-module-scripts": "^3.0.0",
"jest-expo": "~49.0.0-alpha.1",
"react-native-bundle-visualizer": "^3.0.0",
"uuid": "^3.3.2"
}
}