Files
vue-tui/apps/website/package.json
T
Yunfei He fda19b926d docs: README with Ink credits, project website
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 18:14:06 +08:00

17 lines
294 B
JSON

{
"name": "website",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "tsc && vp build",
"preview": "vp preview"
},
"devDependencies": {
"typescript": "~6.0.2",
"vite": "catalog:",
"vite-plus": "catalog:"
}
}