mojmajstor/package.json
2026-06-06 03:54:22 +02:00

42 lines
1.2 KiB
JSON

{
"name": "mojmajstor",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"convex:dev": "convex dev --url https://backend-onhwnh06p0g3976vl34yx18v.testbed.mk:3210",
"convex:deploy": "convex deploy --url https://backend-onhwnh06p0g3976vl34yx18v.testbed.mk:3210"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"convex": "^1.24.0",
"expo": "~55.0.26",
"expo-constants": "~55.0.16",
"expo-dev-client": "~55.0.35",
"expo-font": "~55.0.8",
"expo-haptics": "~55.0.14",
"expo-image": "~55.0.11",
"expo-image-picker": "~55.0.20",
"expo-linking": "~55.0.15",
"expo-location": "~55.1.10",
"expo-router": "~55.0.16",
"expo-splash-screen": "~55.0.21",
"expo-status-bar": "~55.0.0",
"expo-updates": "~55.0.24",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-maps": "1.27.2",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0"
},
"devDependencies": {
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
},
"private": true
}