-
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": "iosas",
"version": "1.0.142",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"version:bump": "node scripts/bump-version.js",
"release": "bash scripts/trigger-release.sh",
"prepare": "husky"
},
"dependencies": {
"@ant-design/icons-react-native": "^2.3.2",
"@ant-design/react-native": "^5.4.3",
"@babel/runtime": "^7.28.4",
"@expo/vector-icons": "^14.0.3",
"@gorhom/bottom-sheet": "5.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/material-top-tabs": "^7.4.1",
"@react-navigation/native": "^7.1.19",
"@react-navigation/stack": "^7.6.1",
"@supabase/supabase-js": "^2.76.1",
"expo": "~51.0.0",
"expo-asset": "~10.0.6",
"expo-auth-session": "~5.5.1",
"expo-barcode-scanner": "~13.0.1",
"expo-build-properties": "~0.12.1",
"expo-camera": "~15.0.16",
"expo-dev-client": "~4.0.14",
"expo-device": "~6.0.2",
"expo-document-picker": "~12.0.1",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.5",
"expo-image": "~1.13.0",
"expo-image-picker": "~15.1.0",
"expo-notifications": "~0.28.19",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-task-manager": "~11.8.2",
"expo-updates": "~0.25.14",
"expo-web-browser": "~13.0.3",
"moment": "^2.30.1",
"react": "18.2.0",
"react-hook-form": "^7.65.0",
"react-native": "0.74.5",
"react-native-calendars": "^1.1293.0",
"react-native-element-dropdown": "^2.12.4",
"react-native-gesture-handler": "~2.16.1",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "6.3.0",
"react-native-qrcode-svg": "^6.3.20",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-scalable-image": "^1.1.0",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-url-polyfill": "^3.0.0"
},
"devDependencies": {
"husky": "^9.1.7"
},
"private": true
}