-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.21 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
95
96
97
98
{
"name": "@expo/home",
"version": "0.0.1",
"main": "index.js",
"private": true,
"description": "The Expo Go app",
"scripts": {
"test": "jest",
"lint": "eslint .",
"start": "expo start --port 80",
"generate-graphql-code": "graphql-codegen --config graphql-codegen.yml"
},
"author": "Expo",
"license": "MIT",
"jest": {
"preset": "jest-expo/ios"
},
"dependencies": {
"@apollo/client": "^3.4.10",
"@expo/styleguide-native": "^1.0.1",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "4.4.6",
"@graphql-codegen/introspection": "^2.1.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.0.0",
"@react-native-community/netinfo": "11.3.1",
"@react-native-community/slider": "4.5.2",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "2.7.5",
"@react-native-segmented-control/segmented-control": "2.5.2",
"@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",
"@shopify/flash-list": "1.6.4",
"@shopify/react-native-skia": "1.2.3",
"@stripe/stripe-react-native": "0.37.2",
"date-fns": "^2.28.0",
"dedent": "^0.7.0",
"es6-error": "^4.1.1",
"expo": "~51.0.0",
"expo-application": "~5.9.0",
"expo-asset": "~10.0.0",
"expo-barcode-scanner": "~13.0.0",
"expo-blur": "~13.0.0",
"expo-camera": "~15.0.0",
"expo-constants": "~16.0.0",
"expo-device": "~6.0.0",
"expo-font": "~12.0.0",
"expo-linear-gradient": "~13.0.0",
"expo-linking": "^6.0.0",
"expo-location": "~17.0.0",
"expo-splash-screen": "~0.27.0",
"expo-store-review": "~7.0.0",
"expo-task-manager": "~11.8.0",
"expo-updates": "~0.25.0",
"expo-web-browser": "~13.0.0",
"graphql": "^15.3.0",
"immutable": "^4.0.0",
"lodash": "^4.17.19",
"lottie-react-native": "6.7.0",
"path-to-regexp": "^1.8.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-fade-in-image": "^1.6.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.14.0",
"react-native-pager-view": "^6.3.0",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.7",
"react-native-screens": "~3.31.1",
"react-native-svg": "15.2.0",
"react-redux": "^7.2.0",
"react-string-replace": "^0.4.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semver": "^7.6.0",
"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.2.79",
"@types/semver": "^7.5.8",
"expo-module-scripts": "^3.0.0"
}
}