{
  "name": "@qt4798/pi-web",
  "version": "0.18.6",
  "description": "Web workspace for the pi coding agent",
  "homepage": "https://github.com/t479842598/pi-web-QT#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/t479842598/pi-web-QT.git"
  },
  "bugs": {
    "url": "https://github.com/t479842598/pi-web-QT/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=22.19.0"
  },
  "bin": {
    "pi-web": "bin/pi-web.js"
  },
  "files": [
    "bin",
    ".next",
    "!.next/cache",
    "!.next/dev",
    "!.next/standalone",
    "!.next/**/*.js.map",
    "lib/theme",
    "public",
    "next.config.ts",
    "package.json"
  ],
  "scripts": {
    "dev": "node bin/fix-pi-agent-undici.js && node bin/with-memory-limit.js node_modules/.bin/next dev -H 127.0.0.1 -p 0 --turbopack",
    "dev:lan": "node bin/fix-pi-agent-undici.js && node bin/with-memory-limit.js node_modules/.bin/next dev -H 0.0.0.0 -p 0 --turbopack",
    "postinstall": "node bin/prepare-terminal.js",
    "theme:css": "node scripts/generate-theme-css.mjs",
    "prebuild": "node scripts/generate-theme-css.mjs",
    "build": "env -u TURBOPACK -u __NEXT_PRIVATE_STANDALONE_CONFIG next build --webpack",
    "bundle:backend": "node scripts/bundle-backend.mjs",
    "start": "node bin/fix-pi-agent-undici.js && node bin/with-memory-limit.js node_modules/.bin/next start -H 127.0.0.1 -p 0",
    "start:lan": "node bin/fix-pi-agent-undici.js && node bin/with-memory-limit.js node_modules/.bin/next start -H 0.0.0.0 -p 0",
    "lint": "eslint .",
    "release": "npm version patch --no-git-tag-version && npm run build && npm publish --access public",
    "test": "node --experimental-strip-types --test $(find app components hooks lib -name '*.test.mjs' -print)",
    "test:e2e": "node e2e/run.mjs",
    "test:terminal": "node e2e/terminal.mjs"
  },
  "dependencies": {
    "@earendil-works/pi-agent-core": "0.85.1",
    "@earendil-works/pi-ai": "0.85.1",
    "@earendil-works/pi-coding-agent": "0.85.1",
    "@earendil-works/pi-tui": "0.85.1",
    "@fontsource/ia-writer-quattro": "^5.3.0",
    "@fontsource/lilex": "^5.3.0",
    "@phosphor-icons/react": "^2.1.10",
    "@tanstack/react-virtual": "^3.14.9",
    "@tauri-apps/api": "^2.11.1",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@xterm/addon-fit": "0.11.0",
    "@xterm/xterm": "6.0.0",
    "adm-zip": "^0.6.0",
    "ansi_up": "^6.0.6",
    "js-yaml": "^5.2.3",
    "katex": "^0.16.47",
    "lucide-react": "^1.37.0",
    "mammoth": "^1.12.0",
    "mermaid": "^11.14.0",
    "next": "16.3.1",
    "node-pty": "1.1.0",
    "proper-lockfile": "4.1.2",
    "qrcode": "^1.5.4",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^16.1.1",
    "rehype-katex": "^7.0.1",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "semver": "7.8.0",
    "undici": "^8.10.0"
  },
  "overrides": {
    "undici": "^8.10.0",
    "@earendil-works/pi-coding-agent": {
      "undici": "^8.10.0"
    },
    "intersection-observer": "npm:noop2@2.0.0",
    "node-domexception": "npm:@profoundlogic/node-domexception@1.0.2"
  },
  "allowScripts": {
    "@google/genai@1.52.0": true,
    "protobufjs@7.6.5": true,
    "sharp@0.34.5": true,
    "unrs-resolver@1.12.2": true
  },
  "devDependencies": {
    "@resvg/resvg-js": "^2.6.2",
    "@tailwindcss/postcss": "^4.2.2",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25",
    "@types/proper-lockfile": "4.1.4",
    "@types/qrcode": "^1.5.6",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/semver": "7.8.0",
    "eslint": "^9.39.5",
    "eslint-config-next": "16.3.1",
    "jiti": "^2.7.0",
    "lightningcss": "^1.33.0",
    "playwright": "^1.63.0",
    "postcss": "^8",
    "tailwindcss": "^4.2.2",
    "to-ico": "^1.1.5",
    "typescript": "^5.9.3"
  }
}
