-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.01 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
{
"name": "arrah-mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"codegen": "graphql-code-generator --config src/config/Codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@apollo/react-hooks": "^4.0.0",
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@sentry/react-native": "5.5.0",
"@shopify/flash-list": "1.4.3",
"@types/react": "~18.2.14",
"@types/react-native-modal": "^4.1.1",
"babel-plugin-jest-hoist": "^29.6.3",
"expo": "~49.0.6",
"expo-app-loading": "^2.1.1",
"expo-application": "~5.3.0",
"expo-constants": "^14.4.2",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.16",
"graphql": "^16.8.0",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-gesture-handler": "~2.12.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.22.0",
"react-navigation": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.22.11",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.2",
"eslint": "^8.46.0",
"prettier": "^3.0.1",
"typescript": "^5.1.3"
},
"private": true
}