mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 02:00:22 +08:00
14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa": "^2.13.0",
|
|
"koa-body": "^4.2.0",
|
|
"koa-router": "^10.0.0",
|
|
"koa-static": "^5.0.0",
|
|
"koa2-cors": "^2.0.6"
|
|
}
|
|
}
|