-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
{
"name": "shiftcalendar",
"version": "2.4.2",
"main": "./index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"babel-preset-expo": "^55.0.10",
"date-fns": "^4.1.0",
"expo": "~55.0.11",
"expo-constants": "^55.0.7",
"expo-document-picker": "~55.0.11",
"expo-file-system": "~55.0.10",
"expo-font": "~55.0.6",
"expo-haptics": "~55.0.11",
"expo-linking": "~55.0.11",
"expo-navigation-bar": "~55.0.10",
"expo-notifications": "~55.0.16",
"expo-print": "~55.0.11",
"expo-router": "~55.0.10",
"expo-sharing": "~55.0.16",
"expo-splash-screen": "~55.0.15",
"expo-status-bar": "~55.0.5",
"expo-system-ui": "~55.0.13",
"react": "19.2.0",
"react-dom": "^19.2.0",
"react-native": "^0.83.4",
"react-native-android-widget": "^0.20.1",
"react-native-calendars": "^1.1314.0",
"react-native-gesture-handler": "^2.30.0",
"react-native-reanimated": "^4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-worklets": "^0.7.2"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},
"private": true
}