Files
Schnappix/package.json
T

32 lines
761 B
JSON

{
"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": "4.0.3",
"react-native-worklets": "0.8.3"
},
"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
}