Files
hodu/package.json
hyung-hwan b7031c1630 bundled xterm stuffs into a single file.
simplified http servers to cater for the single bundled file
2026-04-17 14:40:18 +09:00

18 lines
322 B
JSON

{
"name": "hodu-xterm-bundle",
"private": true,
"type": "module",
"scripts": {
"build:xterm": "vite build"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/xterm": "^5.5.0"
},
"devDependencies": {
"vite": "^6.0.0",
"vite-plugin-singlefile": "^2.0.0"
}
}