-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.45 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
{
"name": "personal-finanse-tracker",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@clerk/clerk-expo": "^2.6.1",
"@gorhom/bottom-sheet": "^5",
"@libsql/client": "^0.14.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@shopify/flash-list": "1.7.1",
"@shopify/react-native-skia": "^1.8.0",
"@supabase/supabase-js": "^2.47.10",
"babel-plugin-inline-import": "^3.0.0",
"base64-arraybuffer": "^1.0.2",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.2",
"expo": "~52.0.18",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.6",
"expo-haptics": "~14.0.0",
"expo-image-picker": "~16.0.3",
"expo-linking": "~7.0.3",
"expo-router": "4.0.11",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"lottie-react-native": "7.1.0",
"pinar": "^0.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.1",
"react-native": "0.76.5",
"react-native-calendars": "^1.1307.0",
"react-native-confirmation-code-field": "^7.4.0",
"react-native-currency-input": "^1.1.1",
"react-native-element-dropdown": "^2.12.2",
"react-native-format-currency": "^0.0.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-viewing": "^0.2.2",
"react-native-ios-context-menu": "^2.5.3",
"react-native-ios-utilities": "^4.5.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-switch": "^1.5.1",
"react-native-toast-message": "^2.2.1",
"react-native-uuid": "^2.0.3",
"victory-native": "^41.14.0",
"zeego": "^2.0.4",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"drizzle-kit": "^0.30.1",
"react-native-svg-transformer": "^1.5.0",
"tsx": "^4.19.2",
"typescript": "^5.3.3"
},
"private": true,
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}