mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
35 lines
1014 B
JSON
35 lines
1014 B
JSON
{
|
|
"name": "@opencode-ai/console-app",
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsgo --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": "1.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@ibm/plex": "6.4.1",
|
|
"@opencode-ai/console-core": "workspace:*",
|
|
"@opencode-ai/console-mail": "workspace:*",
|
|
"@openauthjs/openauth": "catalog:",
|
|
"@kobalte/core": "catalog:",
|
|
"@jsx-email/render": "1.1.1",
|
|
"@opencode-ai/console-resource": "workspace:*",
|
|
"@solidjs/meta": "^0.29.4",
|
|
"@solidjs/router": "^0.15.0",
|
|
"@solidjs/start": "^1.1.0",
|
|
"solid-js": "catalog:",
|
|
"vinxi": "^0.5.7",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|