package.json 841 B

12345678910111213141516171819202122232425262728
  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.5"
  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. "@opencode-ai/console-resource": "workspace:*",
  18. "@solidjs/meta": "^0.29.4",
  19. "@solidjs/router": "^0.15.0",
  20. "@solidjs/start": "^1.1.0",
  21. "solid-js": "catalog:",
  22. "vinxi": "^0.5.7",
  23. "zod": "catalog:"
  24. },
  25. "engines": {
  26. "node": ">=22"
  27. }
  28. }