-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.53 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.53 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
{
"workspaces": [
"desktop"
],
"name": "nora",
"private": true,
"main": "expo-router/entry",
"version": "0.7.3",
"versionCode": 70,
"buildNumber": "19",
"scripts": {
"bundle": "bun build --target browser content/main.ts --outfile assets/scripts/main.bjs",
"bundle:es": "esbuild --bundle content/main.ts --outfile=assets/scripts/main.bjs",
"dev": "bun bundle --watch",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint"
},
"dependencies": {
"@expo/ui": "~55.0.15",
"@expo/vector-icons": "^15.0.2",
"@legendapp/state": "^3.0.0-beta.38",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/drawer": "^7.3.9",
"@react-navigation/native": "^7.1.6",
"@supabase/supabase-js": "^2.90.1",
"@tanstack/react-query": "^5.90.19",
"cheerio": "^1.1.0",
"es-toolkit": "^1.39.3",
"expo": "^55.0.23",
"expo-asset": "~55.0.17",
"expo-background-task": "~55.0.17",
"expo-blur": "~55.0.14",
"expo-build-properties": "~55.0.13",
"expo-clipboard": "~55.0.13",
"expo-constants": "~55.0.16",
"expo-document-picker": "~55.0.13",
"expo-file-system": "~55.0.19",
"expo-font": "~55.0.7",
"expo-haptics": "~55.0.14",
"expo-image": "~55.0.10",
"expo-linking": "~55.0.15",
"expo-localization": "~55.0.13",
"expo-notifications": "~55.0.22",
"expo-router": "~55.0.14",
"expo-share-intent": "^6.1.0",
"expo-splash-screen": "~55.0.20",
"expo-status-bar": "~55.0.6",
"expo-symbols": "~55.0.8",
"expo-system-ui": "~55.0.17",
"expo-task-manager": "~55.0.15",
"expo-web-browser": "~55.0.15",
"i18next": "^25.7.3",
"nativewind": "^4.1.23",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "^16.5.1",
"react-native": "0.83.6",
"react-native-gesture-handler": "~2.30.0",
"react-native-get-random-values": "^1.11.0",
"react-native-mmkv": "^3.2.0",
"react-native-reanimated": "4.2.1",
"react-native-root-toast": "^4.0.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.7.4",
"tailwindcss": "^3",
"tldts": "^7.0.30"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/bun": "^1.2.17",
"@types/react": "~19.2.10",
"esbuild": "^0.25.5",
"eslint": "^9.25.0",
"eslint-config-expo": "~55.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.9.2"
}
}