38 lines
1006 B
JSON
38 lines
1006 B
JSON
{
|
|
"name": "safeqr",
|
|
"version": "1.0.0",
|
|
"main": "expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@react-navigation/bottom-tabs": "^6.5.20",
|
|
"@react-navigation/native": "^6.1.17",
|
|
"@reduxjs/toolkit": "^2.2.6",
|
|
"axios": "^1.7.2",
|
|
"expo": "~51.0.11",
|
|
"expo-camera": "~15.0.10",
|
|
"expo-image-manipulator": "^12.0.5",
|
|
"expo-image-picker": "~15.0.5",
|
|
"expo-status-bar": "~1.12.1",
|
|
"react": "18.2.0",
|
|
"react-native": "0.74.2",
|
|
"react-native-qrcode-svg": "^6.3.1",
|
|
"react-native-safe-area-context": "^4.10.4",
|
|
"react-native-webview": "^13.10.4",
|
|
"react-redux": "^9.1.2",
|
|
"redux": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.45",
|
|
"@types/react-native": "^0.73.0",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"private": true
|
|
}
|