tachybase_todo/packages/core/app/package.json

22 lines
617 B
JSON

{
"name": "@tachybase/app",
"version": "0.21.61",
"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:*"
},
"devDependencies": {
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/logger": "workspace:*"
}
}