-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.82 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.82 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
{
"name": "magic-mic",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"clean": "expo prebuild --clean",
"bundle:android": "npx react-native bundle --platform android --dev true --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"bundle:android:prod": "npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.5",
"@expo/vector-icons": "^14.1.0",
"@nozbe/watermelondb": "^0.28.0",
"@react-navigation/native": "^7.1.21",
"@react-navigation/stack": "^7.6.7",
"@shopify/flash-list": "1.7.6",
"@supabase/supabase-js": "^2.84.0",
"babel-preset-expo": "~13.0.0",
"expo": "~53.0.0",
"expo-av": "~15.1.7",
"expo-document-picker": "~13.1.6",
"expo-file-system": "~18.1.11",
"expo-haptics": "~14.1.4",
"expo-sharing": "~13.1.5",
"expo-sqlite": "~15.2.14",
"expo-status-bar": "~2.2.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.6",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-url-polyfill": "^3.0.0",
"react-native-web": "^0.20.0",
"react-native-worklets": "^0.7.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.28.0",
"@react-native-community/cli": "latest"
},
"private": true
}