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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user