-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
105 lines (105 loc) · 3.43 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
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
{
"name": "mdex",
"main": "./index",
"version": "1.0.0",
"scripts": {
"start": "EXPO_UNSTABLE_ATLAS=1 expo start -d",
"android": "CUSTOM_RUN=1 expo run:android",
"ios": "CUSTOM_RUN=1 expo run:ios",
"lint": "expo lint",
"predeploy:web": "expo export -p web",
"deploy:web": "netlify deploy --dir dist",
"prepare": "npx patch-package"
},
"dependencies": {
"@bacons/mdx": "^0.3.8",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@expo/dom-webview": "^0.0.1-canary-20240912-1059f85",
"@expo/vector-icons": "^14.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",
"@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",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"eruda": "^3.2.3",
"expo": "52.0.0-preview.3",
"expo-application": "~6.0.1",
"expo-asset": "~11.0.0",
"expo-blur": "~14.0.1",
"expo-constants": "~17.0.1",
"expo-file-system": "~18.0.0",
"expo-font": "~13.0.0",
"expo-haptics": "~14.0.0",
"expo-keep-awake": "~14.0.1",
"expo-linking": "~7.0.1",
"expo-modules-core": "~2.0.0-preview.3",
"expo-notifications": "~0.29.2",
"expo-router": "~4.0.0-preview.1",
"expo-splash-screen": "~0.28.2",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.1",
"expo-web-browser": "~14.0.0",
"lucide-react": "^0.408.0",
"lucide-react-native": "^0.436.0",
"postcss": "~8.4.32",
"prism-react-renderer": "^2.3.1",
"react": "18.3.1",
"react-advanced-cropper": "^0.20.0",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-mobile-cropper": "^0.10.0",
"react-native": "0.75.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "1.18.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "4.0.0-beta.14",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.12.2",
"recharts": "alpha",
"sass": "^1.77.8",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"three": "0.164.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/bun": "^1.1.8",
"@types/react": "~18.2.45",
"autoprefixer": "^10.4.16",
"expo-atlas": "0.3.21",
"typescript": "~5.3.3"
},
"private": true
}