tachybase_todo/packages/core/app/package.json
sealday 4c52c7bca7 chore(version): release v0.21.85 (#1477)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1477
2024-08-21 17:12:02 +08:00

23 lines
660 B
JSON

{
"name": "@tachybase/app",
"version": "0.21.85",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@tachybase/database": "workspace:*",
"@tachybase/preset-hera-rental": "workspace:*",
"@tachybase/preset-hera-sancongtou": "workspace:*",
"@tachybase/preset-mini": "workspace:*",
"@tachybase/preset-tachybase": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/telemetry": "workspace:*"
},
"devDependencies": {
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/logger": "workspace:*"
}
}