mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@opencode-ai/enterprise",
|
|
"version": "1.1.48",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit",
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"build:cloudflare": "OPENCODE_DEPLOYMENT_TARGET=cloudflare vite build",
|
|
"start": "vite start",
|
|
"shell-prod": "sst shell --target Teams --stage production"
|
|
},
|
|
"dependencies": {
|
|
"@opencode-ai/util": "workspace:*",
|
|
"@opencode-ai/ui": "workspace:*",
|
|
"aws4fetch": "^1.0.20",
|
|
"@pierre/diffs": "catalog:",
|
|
"@solidjs/router": "catalog:",
|
|
"@solidjs/start": "catalog:",
|
|
"@solidjs/meta": "catalog:",
|
|
"hono": "catalog:",
|
|
"hono-openapi": "catalog:",
|
|
"js-base64": "3.7.7",
|
|
"luxon": "catalog:",
|
|
"nitro": "3.0.1-alpha.1",
|
|
"solid-js": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@tailwindcss/vite": "catalog:",
|
|
"@typescript/native-preview": "catalog:",
|
|
"@types/luxon": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|