package.json 1015 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@opencode-ai/console-app",
  3. "type": "module",
  4. "scripts": {
  5. "typecheck": "tsgo --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": "1.0.41"
  11. },
  12. "dependencies": {
  13. "@ibm/plex": "6.4.1",
  14. "@opencode-ai/console-core": "workspace:*",
  15. "@opencode-ai/console-mail": "workspace:*",
  16. "@openauthjs/openauth": "catalog:",
  17. "@kobalte/core": "catalog:",
  18. "@jsx-email/render": "1.1.1",
  19. "@opencode-ai/console-resource": "workspace:*",
  20. "@solidjs/meta": "^0.29.4",
  21. "@solidjs/router": "^0.15.0",
  22. "@solidjs/start": "^1.1.0",
  23. "solid-js": "catalog:",
  24. "vinxi": "^0.5.7",
  25. "zod": "catalog:"
  26. },
  27. "devDependencies": {
  28. "typescript": "catalog:",
  29. "@typescript/native-preview": "catalog:"
  30. },
  31. "engines": {
  32. "node": ">=22"
  33. }
  34. }