tachybase_todo/packages/core/server/package.json
chenos c851033406
feat: update docs (#413)
* feat: add alert message

* chore(versions): 😊 publish v0.7.0-alpha.61

* fix(create-nocobase-app): add storage folder

* fix(docs): storage path error

* chore(versions): 😊 publish v0.7.0-alpha.62

* docs: update upgrading

* docs: update release notes
2022-05-23 18:48:15 +08:00

31 lines
794 B
JSON

{
"name": "@nocobase/server",
"version": "0.7.0-alpha.62",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@nocobase/acl": "0.7.0-alpha.62",
"@nocobase/actions": "0.7.0-alpha.62",
"@nocobase/database": "0.7.0-alpha.62",
"@nocobase/resourcer": "0.7.0-alpha.62",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"find-package-json": "^1.2.0",
"i18next": "^21.3.2",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.21"
},
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
}