-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.24 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.24 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
67
68
69
70
{
"name": "sleepwell",
"version": "0.5.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/config": "^11.0.0",
"@expo/fingerprint": "~0.13.4",
"@expo/vector-icons": "^14.1.0",
"@gluestack-ui/themed-native-base": "^0.1.108",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@react-navigation/stack": "^6.3.2",
"@shopify/flash-list": "1.7.6",
"@types/react-native-vector-icons": "^6.4.18",
"css-color-keywords": "^1.0.0",
"dotenv": "^17.2.3",
"expo": "~53.0.25",
"expo-alarm": "^0.2.2",
"expo-constants": "~17.1.8",
"expo-linear-gradient": "~14.1.5",
"expo-localization": "~16.1.6",
"expo-navigation-bar": "~4.2.8",
"expo-notifications": "~0.31.4",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"i18next": "^25.7.3",
"lottie-react-native": "7.2.2",
"moment": "^2.29.4",
"moti": "^0.29.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^16.5.0",
"react-native": "0.79.6",
"react-native-animated-nav-tab-bar": "^3.1.13",
"react-native-calendars": "^1.1313.0",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-google-mobile-ads": "14.11.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-swiper-flatlist": "^3.2.3",
"react-native-timer-picker": "^2.2.0",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^9.2.0",
"styled-components": "^4.4.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~19.0.10",
"@types/sync-storage": "^0.4.3",
"metro": "^0.82.0",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"typescript": "~5.8.3"
},
"private": true
}