Dashboard with YAML

This commit is contained in:
2026-04-19 18:03:14 +01:00
commit 9ed7f34c44
29 changed files with 26677 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "dashlio",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.102",
"@iconify-json/simple-icons": "^1.2.78",
"@nuxt/ui": "^4.6.1",
"js-yaml": "^4.1.1",
"nuxt": "^4.4.2",
"tailwindcss": "^4.2.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.1",
"@nuxt/eslint": "^1.15.2",
"@types/js-yaml": "^4.0.9",
"eslint": "^10.2.0",
"typescript": "^6.0.2",
"vue-tsc": "^3.2.6"
},
"packageManager": "pnpm@10.33.0"
}