{
  "name": "@pmap/web",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint || eslint .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run --passWithNoTests"
  },
  "dependencies": {
    "@pmap/api-client": "workspace:*",
    "@pmap/auth": "workspace:*",
    "@pmap/config": "workspace:*",
    "@pmap/database": "workspace:*",
    "@pmap/design-tokens": "workspace:*",
    "@pmap/shared-types": "workspace:*",
    "@pmap/utilities": "workspace:*",
    "@pmap/validation": "workspace:*",
    "next": "^15.0.3",
    "qrcode": "^1.5.4",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "typescript": "^5.6.3",
    "vitest": "^2.1.4"
  }
}
