ClipSync-Mobile/package.json
Djalim Simaila 2272e75096
Some checks failed
Building APK / build-apk (push) Has been cancelled
🎉 feat(.gitea/workflows/buildapk.yaml): add new GitHub Actions workflow for building APK
This workflow triggers on every push, sets up Java, Android SDK, bun, and EAS, installs dependencies, builds the APK, zips all APK files, and uploads the zipped APK as an artifact.
2024-04-05 16:19:51 +02:00

55 lines
1.7 KiB
JSON

{
"name": "clipsync-native",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "^3.1.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/material-bottom-tabs": "^6.2.28",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@reduxjs/toolkit": "^2.2.3",
"axios": "^1.6.8",
"expo": "~50.0.14",
"expo-clipboard": "~5.0.1",
"expo-dev-client": "^3.3.11",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "^2.9.3",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-android-notification-listener": "^5.0.1",
"react-native-async-storage": "^0.0.1",
"react-native-drawer-layout": "^3.3.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-pager-view": "6.2.3",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "latest",
"react-native-safe-area-context": "4.8.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.29.0",
"react-native-simple-toast": "^3.3.1",
"react-native-tab-view": "^3.5.2",
"react-native-toast-notifications": "^3.4.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.10",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"redux-persist-expo-filesystem": "^2.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}