package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@opencode-ai/enterprise",
  3. "version": "1.14.41",
  4. "private": true,
  5. "type": "module",
  6. "license": "MIT",
  7. "scripts": {
  8. "typecheck": "tsgo --noEmit",
  9. "dev": "vite dev",
  10. "build": "vite build",
  11. "build:cloudflare": "OPENCODE_DEPLOYMENT_TARGET=cloudflare vite build",
  12. "start": "vite start",
  13. "shell-prod": "sst shell --target Teams --stage production"
  14. },
  15. "dependencies": {
  16. "@opencode-ai/core": "workspace:*",
  17. "@opencode-ai/ui": "workspace:*",
  18. "aws4fetch": "^1.0.20",
  19. "@pierre/diffs": "catalog:",
  20. "@solidjs/router": "catalog:",
  21. "@solidjs/start": "catalog:",
  22. "@solidjs/meta": "catalog:",
  23. "hono": "catalog:",
  24. "hono-openapi": "catalog:",
  25. "js-base64": "3.7.7",
  26. "luxon": "catalog:",
  27. "nitro": "3.0.1-alpha.1",
  28. "solid-js": "catalog:",
  29. "zod": "catalog:"
  30. },
  31. "devDependencies": {
  32. "@cloudflare/workers-types": "catalog:",
  33. "@tailwindcss/vite": "catalog:",
  34. "@typescript/native-preview": "catalog:",
  35. "@types/bun": "catalog:",
  36. "@types/luxon": "catalog:",
  37. "tailwindcss": "catalog:",
  38. "typescript": "catalog:",
  39. "vite": "catalog:"
  40. },
  41. "engines": {
  42. "node": ">=22"
  43. }
  44. }