tachybase_todo/packages/core/server/package.json
sealday 3e58c54aa8 feat: 仓库二期 (#719)
Co-authored-by: hello@lv <2256334253@qq.com>
Co-authored-by: wjh <wwwjh0710@163.com>
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#719
2024-05-08 16:20:31 +08:00

73 lines
2.0 KiB
JSON

{
"name": "@tachybase/server",
"version": "0.21.24",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@hapi/topo": "^6.0.0",
"@koa/cors": "^3.1.0",
"@koa/multer": "^3.0.2",
"@koa/router": "^9.4.0",
"@tachybase/acl": "workspace:*",
"@tachybase/actions": "workspace:*",
"@tachybase/auth": "workspace:*",
"@tachybase/cache": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/evaluators": "workspace:*",
"@tachybase/logger": "workspace:*",
"@tachybase/resourcer": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/sdk": "workspace:*",
"@tachybase/telemetry": "workspace:*",
"@tachybase/utils": "workspace:*",
"@types/decompress": "4.2.4",
"@types/ini": "^1.3.31",
"@types/koa-send": "^4.1.3",
"@types/multer": "^1.4.5",
"axios": "^1.6.2",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"compression": "^1.7.3",
"cron": "^2.4.4",
"cronstrue": "^2.11.0",
"dayjs": "^1.11.8",
"decompress": "4.2.1",
"find-package-json": "^1.2.0",
"fs-extra": "^11.1.1",
"i18next": "^22.4.9",
"ini": "^4.1.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.21",
"multer": "^1.4.2",
"nanoid": "3.3.4",
"qs": "^6.12.1",
"react": "^18.2.0",
"semver": "^7.3.7",
"serve-handler": "^6.1.5",
"winston": "^3.8.2",
"ws": "^8.13.0",
"xpipe": "^1.0.5"
},
"devDependencies": {
"@types/koa": "^2.13.4",
"@types/lodash": "4.17.0",
"@types/qs": "^6.9.14",
"@types/semver": "^7.3.9",
"@types/serve-handler": "^6.1.1",
"@types/ws": "^8.5.5",
"async-mutex": "^0.3.2",
"execa": "^5.1.1",
"fast-glob": "^3.3.1",
"glob": "^7.1.6",
"koa-compose": "^4.1.0",
"qs": "^6.11.2",
"redis": "^4.6.10"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}