mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 20:16:58 +00:00
8bf23004a1
* refactor: middleware * fix: test error * fix: test error * fix: test * fix: tag
36 lines
899 B
JSON
36 lines
899 B
JSON
{
|
|
"name": "@nocobase/server",
|
|
"version": "0.7.4-alpha.7",
|
|
"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": {
|
|
"@hapi/topo": "^6.0.0",
|
|
"@koa/cors": "^3.1.0",
|
|
"@koa/router": "^9.4.0",
|
|
"@nocobase/acl": "0.7.4-alpha.7",
|
|
"@nocobase/actions": "0.7.4-alpha.7",
|
|
"@nocobase/database": "0.7.4-alpha.7",
|
|
"@nocobase/resourcer": "0.7.4-alpha.7",
|
|
"chalk": "^4.1.1",
|
|
"commander": "^9.2.0",
|
|
"find-package-json": "^1.2.0",
|
|
"i18next": "^21.6.0",
|
|
"koa": "^2.13.4",
|
|
"koa-bodyparser": "^4.3.0",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "^4.17.21",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.3.9"
|
|
},
|
|
"gitHead": "b17d1ecae5dd0b9d4e7170dcf9663bb225598990"
|
|
}
|