summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/package.json
blob: 4079e5b037fbc81ac3d47d5e6e7935ea8010755b (plain)
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
{
  "name": "@opencode/console-app",
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "dev": "vinxi dev --host 0.0.0.0",
    "dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
    "build": "vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
    "start": "vinxi start",
    "version": "0.10.1"
  },
  "dependencies": {
    "@ibm/plex": "6.4.1",
    "@openauthjs/openauth": "0.0.0-20250322224806",
    "@solidjs/meta": "^0.29.4",
    "@solidjs/router": "^0.15.0",
    "@solidjs/start": "^1.1.0",
    "solid-js": "catalog:",
    "vinxi": "^0.5.7",
    "@opencode/console-core": "workspace:*"
  },
  "engines": {
    "node": ">=22"
  }
}