Files
SafeQR_Front_End_Mobile/package.json

61 lines
2.1 KiB
JSON

{
"name": "safeqr",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android:dev": "NODE_ENV=development ENVFILE=.env.development expo run:android",
"android:prod": "NODE_ENV=production ENVFILE=.env.production expo run:android",
"ios:dev": "NODE_ENV=development ENVFILE=.env.development expo run:ios",
"ios:prod": "NODE_ENV=production ENVFILE=.env.production expo run:ios",
"web": "expo start --web",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@aws-amplify/auth": "^6.3.10",
"@aws-amplify/react-native": "^1.1.1",
"@aws-amplify/rtn-web-browser": "^1.0.30",
"@aws-amplify/ui-react-native": "^2.2.2",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.1",
"@reduxjs/toolkit": "^2.2.6",
"aws-amplify": "^6.4.2",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"expo": "~51.0.24",
"expo-camera": "~15.0.14",
"expo-dev-client": "~4.0.19",
"expo-image-manipulator": "^12.0.5",
"expo-image-picker": "~15.0.7",
"expo-sharing": "~12.0.1",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-qrcode-svg": "^6.3.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-webview": "^13.8.6",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"safeqr": "file:"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"react-native-svg-transformer": "^1.4.0",
"typescript": "~5.3.3"
},
"private": true
}