| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@opencode-ai/console-app",
- "version": "1.0.91",
- "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": "./script/generate-sitemap.ts && vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
- "start": "vinxi start"
- },
- "dependencies": {
- "@ibm/plex": "6.4.1",
- "@jsx-email/render": "1.1.1",
- "@kobalte/core": "catalog:",
- "@openauthjs/openauth": "catalog:",
- "@opencode-ai/console-core": "workspace:*",
- "@opencode-ai/console-mail": "workspace:*",
- "@opencode-ai/console-resource": "workspace:*",
- "@solidjs/meta": "catalog:",
- "@solidjs/router": "catalog:",
- "@solidjs/start": "catalog:",
- "chart.js": "4.5.1",
- "solid-js": "catalog:",
- "vinxi": "^0.5.7",
- "zod": "catalog:"
- },
- "devDependencies": {
- "typescript": "catalog:",
- "@typescript/native-preview": "catalog:"
- },
- "engines": {
- "node": ">=22"
- }
- }
|