Tones/package.json
Matt DiMeglio 1b8533d192 Incident details encoding and UI headers
Introduces Unicode-safe base64 encoding/decoding for call details between incidents and call screens. Refactors PageHeader to accept left, center, and right header props for more flexible layouts. Updates call.jsx and register.jsx to use the new header structure, and improves department/unit rendering and modal dropdowns for department selection. Generalizes and modernizes UI code for better maintainability and cross-platform compatibility.
2025-08-12 16:36:26 -04:00

58 lines
1.7 KiB
JSON

{
"name": "tones",
"main": "expo-router/entry",
"version": "1.0.4",
"scripts": {
"start": "expo start",
"push-server": "node scripts/expo-push-server.js",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@babel/runtime": "^7.28.2",
"@emotion/unitless": "^0.10.0",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/native": "^7.1.17",
"expo": "^53.0.20",
"expo-constants": "~17.1.7",
"expo-device": "^7.0.3",
"expo-font": "~13.3.2",
"expo-linking": "~7.1.7",
"expo-notifications": "~0.31.4",
"expo-router": "~5.1.4",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"expo-web-browser": "~14.2.0",
"express": "^5.1.0",
"firebase": "^12.1.0",
"formik": "^2.4.6",
"healthicons-react-native": "^3.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-actions-sheet": "^0.9.7",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-textinput-effects": "^0.6.3",
"react-native-web": "^0.20.0",
"styled-components": "^6.1.12"
},
"devDependencies": {
"typescript": "~5.8.3"
},
"private": true
}