feat: login by command by web

This commit is contained in:
2025-02-25 20:04:24 +08:00
parent 02a1f51d63
commit 26c6248d10
8 changed files with 644 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.22",
"version": "0.0.23",
"description": "envision command tools",
"main": "dist/index.js",
"type": "module",
@@ -31,7 +31,9 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.13.4",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.13.5",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"fast-glob": "^3.3.3",
@@ -57,10 +59,13 @@
"access": "public"
},
"dependencies": {
"@kevisual/router": "^0.0.6-alpha-5",
"@kevisual/load": "^0.0.4",
"@kevisual/router": "^0.0.6",
"crypto-js": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"vite": "^6.1.0"
"vite": "^6.2.0"
}
}