|
|
@@ -4,12 +4,13 @@
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"typecheck": "tsgo --noEmit",
|
|
|
- "dev": "vinxi dev --host 0.0.0.0",
|
|
|
+ "dev": "vite 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"
|
|
|
+ "build": "./script/generate-sitemap.ts && vite build && ../../opencode/script/schema.ts ./.output/public/config.json",
|
|
|
+ "start": "vite start"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@cloudflare/vite-plugin": "1.15.2",
|
|
|
"@ibm/plex": "6.4.1",
|
|
|
"@jsx-email/render": "1.1.1",
|
|
|
"@kobalte/core": "catalog:",
|
|
|
@@ -21,13 +22,15 @@
|
|
|
"@solidjs/router": "catalog:",
|
|
|
"@solidjs/start": "catalog:",
|
|
|
"chart.js": "4.5.1",
|
|
|
+ "nitro": "3.0.1-alpha.1",
|
|
|
"solid-js": "catalog:",
|
|
|
- "vinxi": "^0.5.7",
|
|
|
+ "vite": "catalog:",
|
|
|
"zod": "catalog:"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "@typescript/native-preview": "catalog:",
|
|
|
"typescript": "catalog:",
|
|
|
- "@typescript/native-preview": "catalog:"
|
|
|
+ "wrangler": "4.50.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=22"
|