更新
This commit is contained in:
+24
-11
@@ -6,24 +6,30 @@
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"start": "node lib/main.js",
|
||||
"server": "cross-env NODE_ENV=development nodemon bin/main.js"
|
||||
"server": "cross-env NODE_ENV=development nodemon bin/main.js",
|
||||
"test": "jest --forceExit"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/cli": "^7.18.6",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/node": "^7.18.6",
|
||||
"@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",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@babel/register": "^7.18.6",
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"art-template": "^4.13.2",
|
||||
"babel-plugin-webpack-alias": "^2.1.2",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-register": "^6.26.0",
|
||||
"cross-env": "^5.2.0",
|
||||
"chai": "^4.3.6",
|
||||
"cross-env": "^7.0.3",
|
||||
"ejs": "^2.6.2",
|
||||
"jest": "^28.1.1",
|
||||
"koa": "^2.7.0",
|
||||
"koa-art-template": "^1.1.1",
|
||||
"koa-bodyparser": "^4.2.1",
|
||||
@@ -33,24 +39,28 @@
|
||||
"koa-views": "^6.2.0",
|
||||
"koa-webpack": "^6.0.0",
|
||||
"koa-webpack-middleware": "^1.0.7",
|
||||
"mocha": "^10.0.0",
|
||||
"mysql-import": "^5.0.21",
|
||||
"nodeenv": "^1.0.0",
|
||||
"nodemon": "^1.19.1"
|
||||
"nodemon": "^1.19.4",
|
||||
"sequelize-mock": "^0.10.2",
|
||||
"supertest": "^6.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/node": "^7.16.8",
|
||||
"@babel/plugin-proposal-decorators": "^7.18.2",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.16.8",
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"@koa/cors": "^3.3.0",
|
||||
"ajv": "^8.11.0",
|
||||
"axios": "^0.27.2",
|
||||
"babel-loader": "^8.2.3",
|
||||
"bamboo_smf": "^1.0.5",
|
||||
"bullmq": "^1.85.1",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"crypto": "^1.0.1",
|
||||
"glob": "^8.0.1",
|
||||
"ioredis": "^5.0.5",
|
||||
"jest": "^28.1.1",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"koa-bodyparser": "^4.3.0",
|
||||
"koa-json-error": "^3.1.2",
|
||||
"koa-logger": "^2.0.1",
|
||||
@@ -58,6 +68,7 @@
|
||||
"koa-router": "^7.4.0",
|
||||
"log4js": "^6.4.4",
|
||||
"mysql2": "^2.3.3",
|
||||
"mysqldump": "^3.2.0",
|
||||
"node-schedule": "^2.1.0",
|
||||
"object-path": "^0.11.8",
|
||||
"parameter": "^3.6.0",
|
||||
@@ -68,6 +79,8 @@
|
||||
"shelljs": "^0.8.5",
|
||||
"socket.io": "^4.5.1",
|
||||
"sqlite3": "^5.0.2",
|
||||
"supertest": "^6.2.3",
|
||||
"uuid": "^8.3.2",
|
||||
"webpack": "^4.41.5",
|
||||
"webpack-cli": "3.3.10",
|
||||
"webpack-node-externals": "^3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user