mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +00:00
81978711e4
* feat: multiple apps plugin * feat: multipleAppManager in Application * stage * fix: export error * test: multiple app * application model * feat: create application with plugins * load and install after sub application created * create subApp database beforeInstall * sub apps listen to main app start & stop events * refactor: getPluginName as package name * feat: load apps on mainApp starts * fix: test * feat: beforeGetApplication event * fix: test * fix: test with sqlite memory database * test: lazyLoad application * fix: test with sqlite memory * chore: clone database collection & promise.all
29 lines
879 B
JSON
29 lines
879 B
JSON
{
|
|
"name": "@nocobase/server",
|
|
"version": "0.6.0-alpha.0",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
},
|
|
"dependencies": {
|
|
"@koa/cors": "^3.1.0",
|
|
"@koa/router": "^9.4.0",
|
|
"@nocobase/acl": "0.6.0-alpha.0",
|
|
"@nocobase/actions": "^0.6.0-alpha.0",
|
|
"@nocobase/database": "^0.6.0-alpha.0",
|
|
"@nocobase/resourcer": "^0.6.0-alpha.0",
|
|
"commander": "^8.1.0",
|
|
"dotenv": "^8.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"
|
|
},
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
}
|