-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.99 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.99 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "linkcard",
"version": "1.0.0",
"main": "expo-router/entry",
"workspaces": [
"api"
],
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:web": "expo export -p web",
"lint": "eslint ."
},
"dependencies": {
"@expo-google-fonts/calistoga": "^0.4.1",
"@expo-google-fonts/cormorant-garamond": "^0.4.1",
"@expo-google-fonts/dm-sans": "^0.4.2",
"@expo-google-fonts/goudy-bookletter-1911": "^0.4.1",
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/jetbrains-mono": "^0.4.1",
"@expo-google-fonts/libre-baskerville": "^0.4.3",
"@expo-google-fonts/playfair-display": "^0.4.2",
"@expo-google-fonts/source-serif-4": "^0.4.1",
"@expo/metro-runtime": "~55.0.6",
"@expo/ui": "~55.0.2",
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "11.5.2",
"@react-native-community/slider": "^5.1.2",
"@react-native-segmented-control/segmented-control": "^2.5.7",
"@react-navigation/native": "^7.1.28",
"@shopify/react-native-skia": "2.4.18",
"@supabase/supabase-js": "^2.43.4",
"@tailwindcss/postcss": "^4.2.1",
"clsx": "^2.1.1",
"expo": "^55.0.6",
"expo-ai-kit": "^0.1.21",
"expo-background-fetch": "~55.0.9",
"expo-blur": "~55.0.9",
"expo-clipboard": "~55.0.9",
"expo-constants": "~55.0.7",
"expo-dev-client": "~55.0.16",
"expo-device": "~55.0.9",
"expo-file-system": "~55.0.10",
"expo-font": "~55.0.4",
"expo-glass-effect": "~55.0.8",
"expo-haptics": "~55.0.8",
"expo-image": "~55.0.6",
"expo-image-picker": "~55.0.12",
"expo-linear-gradient": "~55.0.8",
"expo-linking": "~55.0.7",
"expo-location": "~55.1.3",
"expo-media-library": "~55.0.9",
"expo-notifications": "~55.0.12",
"expo-router": "~55.0.5",
"expo-secure-store": "~55.0.8",
"expo-sharing": "~55.0.11",
"expo-splash-screen": "~55.0.10",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"expo-task-manager": "~55.0.9",
"majesticons": "^2.1.2",
"nativewind": "^5.0.0-preview.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
"react-native-css": "^3.0.5",
"react-native-gesture-handler": "~2.30.0",
"react-native-qrcode-svg": "^6.3.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-view-shot": "4.0.3",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.7.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"@vercel/node": "^5.5.16",
"typescript": "~5.3.3"
},
"overrides": {
"lightningcss": "1.30.1"
},
"private": true
}