-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
130 lines (130 loc) · 4.42 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "mobile-architecture",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "npx eslint && prettier --write .",
"prepare": "husky install",
"upload-sourcemaps": "SENTRY_AUTH_TOKEN=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 npx sentry-expo upload-sourcemaps"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@apollo/client": "^3.12.7",
"@cloudinary/url-gen": "^1.21.0",
"@expo/vector-icons": "^14.0.2",
"@gorhom/bottom-sheet": "^5.0.6",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@sentry/react-native": "~6.3.0",
"@shopify/flash-list": "1.7.3",
"cloudinary-react-native": "^1.0.1",
"expo": "~52.0.38",
"expo-av": "^15.0.2",
"expo-blur": "~14.0.2",
"expo-constants": "~17.0.8",
"expo-dev-client": "~5.0.14",
"expo-device": "^7.0.2",
"expo-font": "13.0.4",
"expo-haptics": "~14.0.1",
"expo-image-picker": "16.0.6",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "~7.0.4",
"expo-localization": "^16.0.1",
"expo-location": "~18.0.8",
"expo-maps": "^0.7.3",
"expo-notifications": "~0.29.14",
"expo-router": "~4.0.19",
"expo-splash-screen": "0.29.22",
"expo-status-bar": "~2.0.1",
"expo-symbols": "~0.2.1",
"expo-system-ui": "~4.0.7",
"expo-updates": "~0.27.3",
"expo-web-browser": "~14.0.2",
"formik": "^2.4.6",
"graphql": "^16.10.0",
"i18next": "^24.2.2",
"jest-expo": "52.0.4",
"lightningcss": "^1.29.1",
"lint-staged": "^15.3.0",
"lodash": "^4.17.21",
"lottie-react-native": "7.1.0",
"moment": "^2.30.1",
"moti": "^0.30.0",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^15.4.0",
"react-native": "0.76.7",
"react-native-calendars": "^1.1309.1",
"react-native-countdown-component": "^2.7.1",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "~1.11.0",
"react-native-gifted-charts": "^1.4.56",
"react-native-gifted-chat": "^2.6.5",
"react-native-keyboard-controller": "^1.16.7",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.10.0",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-switch": "^1.5.1",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"sentry-expo": "~7.0.0",
"subscriptions-transport-ws": "^0.11.0",
"tailwindcss": "^3.4.17",
"yup": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@eslint/js": "^9.18.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.14",
"@types/react": "~18.3.12",
"@types/react-native-countdown-component": "^2.7.4",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eas-cli": "^15.0.10",
"eslint": "^8.57.1",
"eslint-config-expo": "~8.0.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"g": "^2.0.1",
"globals": "^15.14.0",
"husky": "^8.0.0",
"jest": "^29.2.1",
"jest-expo": "~52.0.6",
"prettier": "3.4.2",
"react-test-renderer": "18.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"private": true,
"lint-staged": {
"lib/**/*.{tsx,html,css}": "prettier --write",
"lib/**/*.tsx": "eslint"
}
}