-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2 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
{
"name": "eatit",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@aws-amplify/ui-react-native": "^1.2.19",
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/netinfo": "9.3.7",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-seoul/masonry-list": "^1.4.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.5",
"amazon-cognito-identity-js": "^6.3.1",
"aws-amplify": "^5.3.1",
"expo": "~48.0.15",
"expo-asset": "~8.9.1",
"expo-image": "~1.0.1",
"expo-linear-gradient": "~12.1.2",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"graphql": "^15.8.0",
"graphql-hooks": "^6.2.3",
"graphql-request": "^6.0.0",
"lottie-react-native": "5.1.4",
"react": "18.2.0",
"react-hook-form": "^7.44.3",
"react-native": "0.71.8",
"react-native-animated-numbers": "^0.4.1",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "~1.8.0",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-maps": "1.3.2",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "^3.20.0",
"react-native-shared-element": "^0.8.8",
"react-native-svg": "13.4.0",
"react-native-url-polyfill": "^1.3.0",
"react-navigation-shared-element": "^3.1.3",
"react-redux": "^8.0.5",
"redux-remember": "^3.2.0",
"rtk-query-graphql": "^1.0.1",
"styled-components": "^5.3.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@graphql-codegen/typescript-rtk-query": "^2.4.1"
},
"private": true
}