This commit is contained in:
robin
2022-04-12 00:51:40 +08:00
parent c2f8473fb5
commit 344562baf4
18 changed files with 940 additions and 39 deletions
+7
View File
@@ -13,6 +13,8 @@
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
@@ -44,13 +46,18 @@
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"koa-bodyparser": "^4.3.0",
"koa-json-error": "^3.1.2",
"koa-logger": "^2.0.1",
"koa-redis": "^4.0.1",
"log4js": "^6.4.4",
"mysql2": "^2.3.3",
"node-schedule": "^2.1.0",
"pm2": "^5.1.2",
"require-all": "^3.0.0",
"require-directory": "^2.1.1",
"sequelize": "^6.18.0",
"shelljs": "^0.8.5",
"sqlite3": "^5.0.2",
"webpack": "^4.41.5",
"webpack-cli": "3.3.10",
"webpack-node-externals": "^3.0.0",