File size: 712 Bytes
251a574
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "@opencode-ai/console-support",
  "version": "1.18.31",
  "type": "module",
  "license": "MIT",
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "dev": "sst shell --stage production -- vite dev"
  },
  "dependencies": {
    "@cloudflare/vite-plugin": "1.15.2",
    "@opencode-ai/console-core": "workspace:*",
    "@solidjs/meta": "catalog:",
    "@solidjs/router": "catalog:",
    "@solidjs/start": "catalog:",
    "nitro": "3.0.1-alpha.1",
    "solid-js": "catalog:",
    "vite": "catalog:"
  },
  "devDependencies": {
    "@types/bun": "catalog:",
    "@typescript/native-preview": "catalog:",
    "typescript": "catalog:",
    "wrangler": "4.50.0"
  },
  "engines": {
    "node": ">=22"
  }
}