This commit is contained in:
2024-10-15 18:05:00 +08:00
parent c92f817d66
commit 6b5eec89ed
11 changed files with 331 additions and 47 deletions

View File

@@ -19,6 +19,7 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/http-proxy": "^1.17.15",
"@types/node": "^22.7.5",
"cross-env": "^7.0.3",
"nodemon": "^3.1.7",
@@ -28,9 +29,10 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@abearxiong/router": "0.0.1-alpha.40",
"@abearxiong/router": "0.0.1-alpha.43",
"@abearxiong/use-config": "^0.0.2",
"@abearxiong/use-file-store": "^0.0.1",
"http-proxy": "^1.18.1",
"ioredis": "^5.4.1",
"nanoid": "^5.0.7"
},