29 lines
669 B
JSON
29 lines
669 B
JSON
|
|
{
|
||
|
|
"name": "heady-remote-client",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Awesome web client for Heady remote access - Alpine.js + Astro + Guacamole",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "astro dev",
|
||
|
|
"start": "astro dev",
|
||
|
|
"build": "astro build",
|
||
|
|
"preview": "astro preview",
|
||
|
|
"astro": "astro"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@astrojs/alpine": "^0.3.1",
|
||
|
|
"@astrojs/tailwind": "^5.1.2",
|
||
|
|
"astro": "^4.16.18",
|
||
|
|
"alpinejs": "^3.14.3",
|
||
|
|
"tailwindcss": "^3.4.16",
|
||
|
|
"guacamole-lite": "^1.0.0",
|
||
|
|
"xterm": "^5.5.0",
|
||
|
|
"xterm-addon-fit": "^0.8.0",
|
||
|
|
"xterm-addon-web-links": "^0.11.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.9.1",
|
||
|
|
"typescript": "^5.7.2"
|
||
|
|
}
|
||
|
|
}
|