package.json 789 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@opencode-ai/console-app",
  3. "type": "module",
  4. "scripts": {
  5. "typecheck": "tsc --noEmit",
  6. "dev": "vinxi dev --host 0.0.0.0",
  7. "dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
  8. "build": "vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
  9. "start": "vinxi start",
  10. "version": "0.14.1"
  11. },
  12. "dependencies": {
  13. "@ibm/plex": "6.4.1",
  14. "@kobalte/core": "catalog:",
  15. "@openauthjs/openauth": "0.0.0-20250322224806",
  16. "@opencode-ai/console-core": "workspace:*",
  17. "@solidjs/meta": "^0.29.4",
  18. "@solidjs/router": "^0.15.0",
  19. "@solidjs/start": "^1.1.0",
  20. "solid-js": "catalog:",
  21. "vinxi": "^0.5.7",
  22. "zod": "catalog:"
  23. },
  24. "engines": {
  25. "node": ">=22"
  26. }
  27. }