tachybase_todo/packages/core/app/package.json
TomyJan d5a0f5640c perf(telemetry): load telemetry asap (#1431)
Reviewed-on: daoyoucloud/tachybase#1431
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: TomyJan <TomyJan6@gmail.com>
Co-committed-by: TomyJan <TomyJan6@gmail.com>
2024-08-02 11:57:29 +08:00

23 lines
660 B
JSON

{
"name": "@tachybase/app",
"version": "0.21.82",
"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:*"
}
}