Files
2026-07-16 21:30:24 +07:00

44 lines
1.1 KiB
JSON

{
"name": "recipescamera",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.2.0",
"@shopify/react-native-skia": "2.6.2",
"babel-preset-expo": "~57.0.0",
"expo": "~57.0.6",
"expo-asset": "~57.0.5",
"expo-camera": "~57.0.2",
"expo-dev-client": "~57.0.6",
"expo-file-system": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image-picker": "~57.0.4",
"expo-location": "~57.0.4",
"expo-media-library": "~57.0.2",
"expo-status-bar": "~57.0.1",
"lucide-react-native": "^1.24.0",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-reanimated": "4.5.0",
"react-native-web": "^0.21.2",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"private": true,
"allowScripts": {
"@shopify/react-native-skia@2.6.2": true
}
}