Files
Schnappix/package.json
T
2026-05-30 20:49:26 +02:00

33 lines
792 B
JSON

{
"name": "schnappix",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"buffer": "^6.0.3",
"expo": "~54.0.0",
"expo-build-properties": "~1.0.10",
"expo-camera": "~17.0.10",
"expo-file-system": "~19.0.23",
"expo-media-library": "~18.2.1",
"expo-status-bar": "~3.0.9",
"ipp-encoder": "^5.0.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-view-shot": "4.0.3",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.10",
"typescript": "^5.3.0"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"private": true
}