{
  "name": "campaign-app",
  "version": "1.0.0",
  "description": "Firebase backend for the campaign app",
  "private": true,
  "scripts": {
    "build": "npm --prefix packages/shared run build && npm --prefix functions run build",
    "lint": "npm --prefix functions run lint",
    "serve": "npm --prefix functions run serve",
    "typecheck:mobile": "tsc --noEmit -p tsconfig.json"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "@react-native-async-storage/async-storage": "^2.2.0",
    "firebase": "^12.11.0",
    "firebase-admin": "^13.7.0",
    "mapbox-gl": "^3.20.0",
    "next": "^16.2.2",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-force-graph-2d": "^1.29.1",
    "react-map-gl": "^8.1.0",
    "recharts": "^3.8.1"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "typescript": "^5.9.3"
  }
}
