forked from expo/expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.39 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
99
100
101
102
103
104
105
106
107
108
109
110
{
"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",
"modulePathIgnorePatterns": [
"./ios/Pods"
]
},
"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.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/slider": "4.5.5",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "2.9.0",
"@react-native-segmented-control/segmented-control": "2.5.4",
"@react-navigation/bottom-tabs": "7.0.0",
"@react-navigation/elements": "2.0.0",
"@react-navigation/native": "7.0.0",
"@react-navigation/stack": "7.0.0",
"@shopify/flash-list": "1.7.1",
"@shopify/react-native-skia": "1.5.0",
"@stripe/stripe-react-native": "0.38.6",
"date-fns": "^2.28.0",
"dedent": "^0.7.0",
"es6-error": "^4.1.1",
"expo": "~52.0.0-preview.0",
"expo-application": "~6.0.0",
"expo-asset": "~11.0.0",
"expo-blur": "~14.0.0",
"expo-camera": "~16.0.0",
"expo-constants": "~17.0.0",
"expo-device": "~7.0.0",
"expo-font": "~13.0.0",
"expo-linear-gradient": "~14.0.0",
"expo-linking": "^7.0.0",
"expo-location": "~18.0.0",
"expo-splash-screen": "~0.29.0",
"expo-store-review": "~8.0.0",
"expo-task-manager": "~12.0.0",
"expo-updates": "~0.26.0",
"expo-web-browser": "~14.0.0",
"graphql": "^15.3.0",
"immutable": "^4.0.0",
"lodash": "^4.17.19",
"lottie-react-native": "7.0.0",
"path-to-regexp": "^1.8.0",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native-fade-in-image": "^1.6.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.18.0",
"react-native-pager-view": "^6.4.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.0.0",
"react-native-svg": "15.8.0",
"react-native-webview": "13.12.2",
"react-redux": "^7.2.0",
"react-string-replace": "^0.4.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semver": "^7.6.0",
"snack-content": "^3.2.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.3.12",
"@types/semver": "^7.5.8",
"expo-module-scripts": "^4.0.0"
},
"expo": {
"autolinking": {
"searchPaths": [
"./modules",
"./node_modules",
"../../node_modules"
]
}
}
}