-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.48 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.48 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "mdex",
"main": "./index",
"version": "1.0.0",
"scripts": {
"start": "EXPO_UNSTABLE_ATLAS=1 expo start -d",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint",
"predeploy:web": "expo export -p web",
"deploy:web": "eas deploy"
},
"dependencies": {
"@bacons/apple-colors": "^0.0.8",
"@bacons/mdx": "^1.0.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@expo/dom-webview": "~55.0.3",
"@expo/vector-icons": "^15.0.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-three/drei": "9.105.6",
"@react-three/fiber": "8.16.6",
"@tailwindcss/postcss": "^4.2.1",
"@tiptap/core": "^2.6.4",
"@tiptap/extension-bold": "^2.6.6",
"@tiptap/extension-code": "^2.6.6",
"@tiptap/extension-document": "^2.6.6",
"@tiptap/extension-history": "^2.6.6",
"@tiptap/extension-italic": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-paragraph": "^2.6.6",
"@tiptap/extension-strike": "^2.6.6",
"@tiptap/extension-text": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/react": "^2.6.4",
"@tiptap/starter-kit": "^2.6.4",
"@types/three": "0.164.0",
"@xyflow/react": "^12.1.1",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"eruda": "^3.2.3",
"expo": "^55.0.0-preview.12",
"expo-application": "~55.0.7",
"expo-asset": "~55.0.6",
"expo-blur": "~55.0.7",
"expo-constants": "~55.0.6",
"expo-file-system": "~55.0.8",
"expo-font": "~55.0.4",
"expo-glass-effect": "~55.0.6",
"expo-haptics": "~55.0.7",
"expo-image": "~55.0.4",
"expo-keep-awake": "~55.0.4",
"expo-linking": "~55.0.6",
"expo-notifications": "~55.0.9",
"expo-router": "~55.0.0-preview.9",
"expo-splash-screen": "~55.0.8",
"expo-status-bar": "~55.0.3",
"expo-system-ui": "~55.0.8",
"expo-web-browser": "~55.0.8",
"glslCanvas": "^0.2.6",
"lucide-react": "^0.408.0",
"lucide-react-native": "^0.436.0",
"prism-react-renderer": "^2.3.1",
"react": "19.2.0",
"react-advanced-cropper": "^0.20.0",
"react-dom": "19.2.0",
"react-icons": "^5.3.0",
"react-mobile-cropper": "^0.10.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-maps": "1.26.20",
"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-web": "^0.21.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "0.7.2",
"recharts": "alpha",
"sass": "^1.77.8",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^4",
"three": "0.164.1"
},
"devDependencies": {
"@types/bun": "^1.1.8",
"@types/react": "~19.2.10",
"expo-atlas": "0.3.21",
"typescript": "~5.9.2"
},
"overrides": {
"react": "19.2.0",
"react-dom": "19.2.0"
},
"private": true
}