package.json 862 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@opencode/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.0"
  11. },
  12. "dependencies": {
  13. "@ibm/plex": "6.4.1",
  14. "@kobalte/core": "catalog:",
  15. "@jsx-email/render": "1.1.1",
  16. "@openauthjs/openauth": "0.0.0-20250322224806",
  17. "@opencode/console-core": "workspace:*",
  18. "@opencode/console-mail": "workspace:*",
  19. "@solidjs/meta": "^0.29.4",
  20. "@solidjs/router": "^0.15.0",
  21. "@solidjs/start": "^1.1.0",
  22. "solid-js": "catalog:",
  23. "vinxi": "^0.5.7",
  24. "zod": "catalog:"
  25. },
  26. "engines": {
  27. "node": ">=22"
  28. }
  29. }