2020-11-11 07:23:39 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/server",
|
2021-04-18 01:44:18 +00:00
|
|
|
"version": "0.4.0-alpha.7",
|
2020-11-11 07:23:39 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {},
|
|
|
|
"dependencies": {
|
|
|
|
"@koa/cors": "^3.1.0",
|
|
|
|
"@koa/router": "^9.4.0",
|
2021-04-18 01:44:18 +00:00
|
|
|
"@nocobase/actions": "^0.4.0-alpha.7",
|
|
|
|
"@nocobase/database": "^0.4.0-alpha.7",
|
|
|
|
"@nocobase/resourcer": "^0.4.0-alpha.7",
|
2021-09-05 15:59:38 +00:00
|
|
|
"commander": "^8.1.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"koa": "^2.13.0",
|
|
|
|
"koa-bodyparser": "^4.3.0",
|
2021-04-07 09:10:52 +00:00
|
|
|
"koa-static": "^5.0.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"mysql2": "^2.1.0",
|
|
|
|
"pg": "^8.3.3",
|
2021-04-07 01:50:00 +00:00
|
|
|
"pg-hstore": "^2.3.3"
|
2021-04-07 02:41:06 +00:00
|
|
|
},
|
|
|
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|