Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.2.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"generate:ticket-editor": "node ./scripts/generate-ticket-mobile-editor-html.mjs",
|
|
"typecheck": "npm run generate:ticket-editor && tsc --noEmit",
|
|
"lint": "eslint . --max-warnings=0",
|
|
"test": "npm run generate:ticket-editor && vitest run",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/core": "^0.47.3",
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"@react-native-community/netinfo": "11.4.1",
|
|
"@react-navigation/bottom-tabs": "^7.12.0",
|
|
"@react-navigation/drawer": "^7.11.2",
|
|
"@react-navigation/native": "^7.1.28",
|
|
"@react-navigation/native-stack": "^7.12.0",
|
|
"@sentry/react-native": "^8.7.0",
|
|
"@tiptap/core": "^3.20.0",
|
|
"@tiptap/extension-image": "^3.20.1",
|
|
"@tiptap/extension-link": "^3.20.0",
|
|
"@tiptap/extension-underline": "^3.20.0",
|
|
"@tiptap/starter-kit": "^3.20.0",
|
|
"expo": "~54.0.33",
|
|
"expo-apple-authentication": "~8.0.8",
|
|
"expo-application": "~7.0.8",
|
|
"expo-camera": "~17.0.10",
|
|
"expo-clipboard": "~8.0.8",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-document-picker": "~14.0.8",
|
|
"expo-file-system": "~19.0.21",
|
|
"expo-image-picker": "~17.0.10",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-local-authentication": "~17.0.8",
|
|
"expo-localization": "~17.0.8",
|
|
"expo-notifications": "~0.32.16",
|
|
"expo-secure-store": "~15.0.8",
|
|
"expo-sharing": "~14.0.8",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-web-browser": "~15.0.10",
|
|
"i18next": "^25.8.18",
|
|
"react": "19.1.0",
|
|
"react-i18next": "^16.5.8",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-iap": "^12.15.0",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-webview": "13.15.0",
|
|
"react-native-worklets": "0.5.1",
|
|
"rn-emoji-keyboard": "^1.7.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"@types/react-test-renderer": "^19.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.0",
|
|
"@typescript-eslint/parser": "^8.8.0",
|
|
"esbuild": "^0.27.2",
|
|
"eslint": "^8.57.0",
|
|
"patch-package": "^8.0.1",
|
|
"react-test-renderer": "^19.1.0",
|
|
"typescript": "~5.9.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"private": true
|
|
}
|