nocobase/packages/server/package.json

25 lines
627 B
JSON
Raw Normal View History

{
"name": "@nocobase/server",
"version": "0.4.0-alpha.7",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
"scripts": {},
"dependencies": {
"@koa/cors": "^3.1.0",
"@koa/router": "^9.4.0",
"@nocobase/actions": "^0.4.0-alpha.7",
"@nocobase/database": "^0.4.0-alpha.7",
"@nocobase/resourcer": "^0.4.0-alpha.7",
"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",
"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"
}