-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.11 KB
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
{
"name": "frontend",
"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",
"format": "prettier \"**/*.{ts,tsx}\" --write"
},
"dependencies": {
"-": "^0.0.1",
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@reduxjs/toolkit": "^2.11.2",
"@tanstack/react-query": "^5.90.21",
"expo": "~54.0.33",
"expo-calendar": "~15.0.8",
"expo-camera": "~17.0.10",
"expo-image-picker": "~17.0.10",
"expo-localization": "^55.0.8",
"expo-media-library": "~18.2.1",
"expo-status-bar": "~3.0.9",
"expo-video": "~3.0.15",
"expo-video-thumbnails": "~10.0.8",
"firebase": "^12.10.0",
"i18next": "^25.8.14",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^16.5.6",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-modal": "^14.0.0-rc.1",
"react-native-pager-view": "6.9.1",
"react-native-paper": "^5.10.3",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.5.1",
"react-redux": "^9.2.0",
"throttle-debounce": "^5.0.0",
"uuid-random": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@types/react": "~19.1.10",
"@types/react-redux": "^7.1.26",
"@types/throttle-debounce": "^5.0.0",
"babel-preset-expo": "~54.0.10",
"firebase-admin": "^13.7.0",
"prettier": "^3.0.3",
"typescript": "~5.9.2"
},
"private": true
}