SPB Git

spb/zyquo-cloud-web Public MIT

Zyquo Cloud Web — every cloud model, one beautiful chat, entirely in your browser.

TypeScript 81.9% CSS 8.9% JavaScript 7.5% Shell 1.1% HTML 0.6%
1.3 KB · 46 lines json
Raw Blame History
1{2  "name": "zyquo-cloud-web",3  "private": true,4  "version": "1.0.0",5  "description": "Zyquo Cloud Web — the browser edition of Zyquo Cloud. Bring-your-own-key, local-only, no backend.",6  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",7  "type": "module",8  "scripts": {9    "dev": "vite",10    "build": "tsc -b && vite build",11    "preview": "vite preview",12    "lint": "eslint src",13    "typecheck": "tsc -b --noEmit",14    "check": "npm run typecheck && npm run lint && npm run build"15  },16  "dependencies": {17    "highlight.js": "^11.11.1",18    "katex": "^0.18.1",19    "mermaid": "^11.16.0",20    "react": "^19.1.0",21    "react-dom": "^19.1.0",22    "react-markdown": "^10.1.0",23    "rehype-highlight": "^7.0.2",24    "rehype-katex": "^7.0.1",25    "remark-gfm": "^4.0.1",26    "remark-math": "^6.0.0",27    "zustand": "^5.0.6"28  },29  "devDependencies": {30    "@eslint/js": "^9.39.5",31    "@types/node": "^26.1.2",32    "@types/react": "^19.1.8",33    "@types/react-dom": "^19.1.6",34    "@typescript-eslint/eslint-plugin": "^8.35.0",35    "@typescript-eslint/parser": "^8.35.0",36    "@vitejs/plugin-react": "^4.6.0",37    "eslint": "^9.30.0",38    "eslint-plugin-react-hooks": "^5.2.0",39    "playwright": "^1.62.1",40    "prettier": "^3.6.0",41    "typescript": "^5.8.3",42    "vite": "^7.0.0",43    "vite-plugin-pwa": "^1.0.1"44  }45}46