Initialize Schnappix Photo Booth application with custom UVC camera, silent Wi-Fi IPP printing, local gallery storage, and kiosk screen pinning support

This commit is contained in:
2026-05-25 16:44:15 +02:00
parent 5958319772
commit 872e1ffc86
51 changed files with 8931 additions and 1 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"name": "schnappix",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"buffer": "^6.0.3",
"expo": "~56.0.4",
"expo-build-properties": "~56.0.14",
"expo-camera": "~56.0.7",
"expo-file-system": "~56.0.7",
"expo-media-library": "~56.0.6",
"expo-status-bar": "~56.0.4",
"ipp-encoder": "^5.0.0",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-reanimated": "4.3.1",
"react-native-view-shot": "^5.1.0"
},
"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
}