dropdown, and bg restyling

This commit is contained in:
taskylizard 2025-06-26 20:19:13 +00:00
parent 1f06675dc0
commit e2c36289fc
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
7 changed files with 603 additions and 250 deletions

View file

@ -41,6 +41,8 @@
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/helper-create-class-features-plugin": "^7.27.1",
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"@cloudflare/workers-types": "^4.20241230.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/carbon": "^1.2.5",
@ -68,6 +70,7 @@
"unplugin-auto-import": "^0.18.3",
"vite-plugin-optimize-exclude": "^0.0.1",
"vite-plugin-terminal": "^1.2.0",
"vue-tsc": "^2.2.10",
"wrangler": "^3.114.1"
},
"pnpm": {
@ -76,6 +79,13 @@
"@algolia/client-search",
"search-insights"
]
}
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"sharp",
"vue-demi",
"workerd"
]
}
}