update add login modules

This commit is contained in:
2025-11-28 20:05:31 +08:00
parent b310413bfc
commit 2ae2b3ab4c
15 changed files with 1365 additions and 68 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "kv-login",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"prepub": "rm -rf ./dist && pnpm run build",
"pub":"ev deploy ./dist -k kv-login-test -v 0.0.1 -u -y yes"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.19.0",
"type": "module",
"dependencies": {
"@kevisual/query-login": "^0.0.6",
"lit-html": "^3.3.1",
"qrcode": "^1.5.4"
}
}