Initial U-Navigator prototype

This commit is contained in:
Mikei386
2026-06-22 22:11:54 +02:00
commit 37ddea08f4
11 changed files with 1841 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "u-navigator",
"version": "0.1.0",
"private": true,
"description": "Unraid File Navigator prototype with in-app window manager and drag and drop.",
"type": "module",
"scripts": {
"start": "node server/server.js",
"test": "node --test"
},
"engines": {
"node": ">=20"
}
}