{
  "name": "accessmate",
  "private": true,
  "scripts": {
    "dev": "vite",
    "build": "vite build && vite build --config vite.overlay.config.ts && vite build --config vite.widget.config.ts && npm run build:pot",
    "build:pot": "node make-pot.js",
    "build:admin": "vite build",
    "build:overlay": "vite build --config vite.overlay.config.ts",
    "build:widget": "vite build --config vite.widget.config.ts",
    "plugin:zip": "npm run build && zip -r ../accessmate.zip . --exclude '*.git*' --exclude 'node_modules/*' --exclude 'src/*' --exclude '*.ts' --exclude 'vite*.config.*' --exclude 'tsconfig.json' --exclude 'package*.json' --exclude 'plan.md' --exclude '.wp-env*' --exclude '.claude/*' --exclude '.DS_Store' --exclude '*.map'",
    "plugin:free": "npm run build && bash bin/build-free.sh",
    "wp:start": "wp-env start",
    "wp:stop": "wp-env stop",
    "wp:clean": "wp-env clean all"
  },
  "dependencies": {
    "@tanstack/react-query": "^5",
    "@tanstack/react-query-devtools": "^5",
    "axe-core": "^4.11.3",
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@fontsource/opendyslexic": "^5.2.5",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@vitejs/plugin-react": "^4",
    "@wordpress/env": "^10",
    "terser": "^5.46.2",
    "typescript": "^5",
    "vite": "^5",
    "wp-pot": "^2.0.0"
  }
}
