first attempt at making a UI (clickdummy)

This commit is contained in:
kritzl 2026-05-09 21:03:49 +02:00
commit b80e3fe4f0
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
13 changed files with 4775 additions and 0 deletions

27
app/package.json Normal file
View file

@ -0,0 +1,27 @@
{
"name": "dooris-app",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^6.0.1",
"@lucide/astro": "^1.14.0",
"@lucide/vue": "^1.14.0",
"@tailwindcss/vite": "^4.2.4",
"astro": "^6.2.1",
"lucide-solid": "^1.14.0",
"tailwindcss": "^4.2.4",
"vue": "^3.5.33"
},
"devDependencies": {
"daisyui": "^5.5.19"
}
}