-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 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": "quickloopapp",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start --clear",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.1.2",
"@supabase/supabase-js": "^2.49.8",
"babel-preset-expo": "~54.0.0",
"expo": "^54",
"expo-auth-session": "~7.0.10",
"expo-blur": "~15.0.8",
"expo-build-properties": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-crypto": "~15.0.8",
"expo-device": "~8.0.10",
"expo-file-system": "~19.0.21",
"expo-font": "~14.0.10",
"expo-haptics": "~15.0.8",
"expo-image": "~3.0.11",
"expo-image-picker": "~17.0.10",
"expo-linear-gradient": "~15.0.8",
"expo-media-library": "~18.2.1",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-url-polyfill": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-static-block": "^7.27.1",
"@types/react": "~19.1.10",
"babel-plugin-module-resolver": "^5.0.2",
"react-native-dotenv": "^3.4.11",
"typescript": "~5.9.2"
},
"private": true,
"resolutions": {
"ws": "8.5.0"
}
}