cloudaxe-opencode/packages/console/app/package.json

36 lines
1 KiB
JSON
Raw Permalink Normal View History

2025-08-15 23:29:24 +00:00
{
2025-10-05 01:33:39 +00:00
"name": "@opencode-ai/console-app",
2025-08-15 23:29:24 +00:00
"type": "module",
"scripts": {
2025-10-14 22:30:32 +00:00
"typecheck": "tsgo --noEmit",
2025-08-15 23:29:24 +00:00
"dev": "vinxi dev --host 0.0.0.0",
2025-08-30 05:06:48 +00:00
"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",
2025-08-15 23:29:24 +00:00
"start": "vinxi start",
2025-11-21 06:03:38 +00:00
"version": "1.0.85"
2025-08-15 23:29:24 +00:00
},
"dependencies": {
"@ibm/plex": "6.4.1",
2025-11-18 05:45:14 +00:00
"@jsx-email/render": "1.1.1",
"@kobalte/core": "catalog:",
"@openauthjs/openauth": "catalog:",
2025-10-05 01:33:39 +00:00
"@opencode-ai/console-core": "workspace:*",
2025-10-31 19:07:36 +00:00
"@opencode-ai/console-mail": "workspace:*",
2025-10-06 21:23:10 +00:00
"@opencode-ai/console-resource": "workspace:*",
2025-08-15 23:29:24 +00:00
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
2025-11-18 05:45:14 +00:00
"chart.js": "4.5.1",
2025-10-11 04:06:46 +00:00
"solid-js": "catalog:",
2025-08-20 20:52:43 +00:00
"vinxi": "^0.5.7",
2025-09-19 18:08:02 +00:00
"zod": "catalog:"
2025-08-15 23:29:24 +00:00
},
2025-10-11 18:41:52 +00:00
"devDependencies": {
2025-10-14 22:30:32 +00:00
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
2025-10-11 18:41:52 +00:00
},
2025-08-15 23:29:24 +00:00
"engines": {
"node": ">=22"
}
}