### File Baru (4) - `screens/Admin/Voting/ScreenVotingStatus.tsx` - `screens/Admin/Voting/ScreenVotingHistory.tsx` - `screens/Admin/Voting/ScreenEventTypeOfEvent.tsx` - `screens/Admin/Voting/BoxVotingStatus.tsx` ### File Diubah (3) - `app/(application)/admin/voting/[status]/status.tsx` → 5 baris - `app/(application)/admin/voting/history.tsx` → 5 baris - `app/(application)/admin/event/type-of-event.tsx` → 5 baris ### API Updates (2) - `service/api-admin/api-admin-voting.ts` → tambah param `page` - `service/api-admin/api-master-admin.ts` → tambah param `page` ## Fitur Baru - Pagination (infinite scroll) - Pull-to-Refresh - Skeleton Loading - Empty State - Search Functionality ### No Issue"
90 lines
2.9 KiB
JSON
90 lines
2.9 KiB
JSON
{
|
|
"name": "hipmi-mobile",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.1",
|
|
"scripts": {
|
|
"start": "bunx expo start",
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
"android": "bunx expo start --android",
|
|
"ios": "bunx expo start --ios",
|
|
"web": "bunx expo start --web",
|
|
"lint": "expo lint"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-native-community/datetimepicker": "8.4.4",
|
|
"@react-native-firebase/app": "^23.7.0",
|
|
"@react-native-firebase/messaging": "^23.7.0",
|
|
"@react-navigation/bottom-tabs": "^7.3.10",
|
|
"@react-navigation/drawer": "^7.3.9",
|
|
"@react-navigation/elements": "^2.3.8",
|
|
"@react-navigation/native": "^7.1.6",
|
|
"@react-navigation/native-stack": "^7.3.10",
|
|
"@rnmapbox/maps": "^10.2.7",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
"axios": "^1.11.0",
|
|
"dayjs": "^1.11.13",
|
|
"expo": "^54.0.0",
|
|
"expo-camera": "~17.0.7",
|
|
"expo-clipboard": "~8.0.7",
|
|
"expo-constants": "^18.0.10",
|
|
"expo-dev-client": "~6.0.12",
|
|
"expo-device": "^8.0.9",
|
|
"expo-document-picker": "~14.0.7",
|
|
"expo-file-system": "^19.0.21",
|
|
"expo-font": "~14.0.8",
|
|
"expo-haptics": "~15.0.7",
|
|
"expo-image": "~3.0.8",
|
|
"expo-image-picker": "~17.0.8",
|
|
"expo-linear-gradient": "~15.0.7",
|
|
"expo-linking": "~8.0.8",
|
|
"expo-location": "~19.0.7",
|
|
"expo-notifications": "^0.32.13",
|
|
"expo-router": "~6.0.1",
|
|
"expo-splash-screen": "~31.0.9",
|
|
"expo-status-bar": "~3.0.8",
|
|
"expo-symbols": "~1.0.7",
|
|
"expo-system-ui": "~6.0.7",
|
|
"expo-web-browser": "~15.0.9",
|
|
"lodash": "^4.17.21",
|
|
"moti": "^0.30.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-dotenv": "^3.4.11",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-international-phone-number": "^0.9.3",
|
|
"react-native-keyboard-controller": "^1.18.6",
|
|
"react-native-maps": "1.20.1",
|
|
"react-native-otp-entry": "^1.8.5",
|
|
"react-native-pager-view": "6.9.1",
|
|
"react-native-paper": "^5.14.5",
|
|
"react-native-qrcode-svg": "^6.3.15",
|
|
"react-native-reanimated": "~4.1.0",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-toast-message": "^2.3.3",
|
|
"react-native-vector-icons": "^10.2.0",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-webview": "13.15.0",
|
|
"react-native-worklets": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@react-native-community/cli": "^20.0.2",
|
|
"@react-native/metro-config": "^0.83.1",
|
|
"@types/react": "~19.1.10",
|
|
"eslint": "^9.25.0",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"expo-module-scripts": "^4.1.10",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true,
|
|
"engines": {
|
|
"bun": ">=1.0.0"
|
|
}
|
|
}
|