init commit

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-08-20 18:56:07 +09:00
commit 2383894664
46 changed files with 7834 additions and 0 deletions

23
page/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "odroid-remote-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^7.0.4",
"vite-plugin-singlefile": "^2.0.1",
"vite-plugin-compression": "^0.5.1"
},
"dependencies": {
"@xterm/xterm": "^5.5.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"@xterm/addon-fit": "^0.9.0",
"chart.js": "^4.4.3"
}
}