Files
boc/iom/quixzoom-app/package.json
T
Bernt 58ca4e68db feat(boc): Complete Business Operations Center v1.0
- Go backend API with full CRUD for all modules (CRM, Sales, Finance, HR, Legal, Marketing, Support, Purchase, Inventory, Projects, Automation, Analytics)
- Rust analytics service with parallel report generation
- C runtime with POSIX shared memory IPC
- PostgreSQL schema with 30+ tables, full migrations
- Redis cache, sessions, pub/sub
- Kafka event streaming with Zookeeper
- WebSocket hub for real-time updates
- Automation engine with cron jobs, workflows, event triggers
- JWT authentication, multi-tenant from start
- Docker Compose with all services
- Nginx reverse proxy with rate limiting
- Integration tests passing
- Feature gap analysis against Fortnox/Odoo/Visma

Refs: BOC-001
2026-07-12 12:41:35 +00:00

40 lines
1.1 KiB
JSON

{
"name": "quixzoom-mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^7.15.7",
"@react-navigation/native": "^7.2.0",
"@react-navigation/native-stack": "^7.14.7",
"@supabase/supabase-js": "^2.100.0",
"@tanstack/react-query": "^5.95.2",
"expo": "~55.0.8",
"expo-camera": "~55.0.10",
"expo-image-picker": "~55.0.13",
"expo-linking": "~7.1.4",
"expo-location": "~55.1.4",
"expo-notifications": "^0.30.7",
"expo-secure-store": "~55.0.9",
"expo-status-bar": "~55.0.4",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-maps": "^1.27.2",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "~4.23.0",
"react-native-webview": "^13.12.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},
"private": true
}