2017-11-13 12:26:31 +08:00
|
|
|
{
|
2022-02-02 13:36:08 +08:00
|
|
|
"name": "mcsmanager-panel",
|
2022-11-19 12:16:47 +08:00
|
|
|
"version": "9.7.0",
|
|
|
|
"daemonVersion": "2.1.0",
|
2022-08-11 15:26:28 +08:00
|
|
|
"description": "Distributed, out-of-the-box, supports docker, supports minecraft server and other software management panel",
|
2022-02-02 13:36:08 +08:00
|
|
|
"scripts": {
|
2022-11-13 18:33:22 +08:00
|
|
|
"dev": "nodemon --watch ./src/**/*.ts --exec ts-node ./src/app.ts",
|
2022-02-02 13:36:08 +08:00
|
|
|
"start": "ts-node ./src/app.ts",
|
2022-07-17 17:38:50 +08:00
|
|
|
"build": "tsc && webpack --config webpack.config.js"
|
2022-02-02 13:36:08 +08:00
|
|
|
},
|
2022-02-04 13:52:20 +08:00
|
|
|
"homepage": "https://mcsmanager.com/",
|
2022-08-11 15:26:28 +08:00
|
|
|
"author": "https://github.com/unitwk",
|
|
|
|
"license": " Apache-2.0",
|
2022-02-04 13:52:20 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/MCSManager/MCSManager"
|
|
|
|
},
|
2021-11-09 14:07:50 +08:00
|
|
|
"dependencies": {
|
2022-02-02 13:36:08 +08:00
|
|
|
"@koa/router": "^10.0.0",
|
2022-05-23 15:24:41 +08:00
|
|
|
"axios": "^0.27.2",
|
2022-02-02 13:36:08 +08:00
|
|
|
"crypto": "^1.0.1",
|
2022-07-25 20:42:36 +08:00
|
|
|
"i18n": "^0.15.0",
|
|
|
|
"i18next": "^21.8.14",
|
2022-02-02 13:36:08 +08:00
|
|
|
"koa": "^2.13.1",
|
|
|
|
"koa-body": "^4.2.0",
|
|
|
|
"koa-mount": "^4.0.0",
|
|
|
|
"koa-session": "^6.2.0",
|
|
|
|
"koa-static": "^5.0.0",
|
2022-01-22 06:45:32 +08:00
|
|
|
"log4js": "^6.4.0",
|
2022-02-02 13:36:08 +08:00
|
|
|
"md5": "^2.3.0",
|
|
|
|
"node-schedule": "^2.0.0",
|
2022-08-11 20:34:37 +08:00
|
|
|
"open": "^8.4.0",
|
2021-11-09 14:07:50 +08:00
|
|
|
"os-utils": "0.0.14",
|
2022-02-02 13:36:08 +08:00
|
|
|
"socket.io": "^3.1.2",
|
|
|
|
"socket.io-client": "^3.1.3",
|
|
|
|
"uuid": "^8.3.2"
|
2021-11-09 14:07:50 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-02 13:36:08 +08:00
|
|
|
"@types/fs-extra": "^9.0.11",
|
|
|
|
"@types/koa": "^2.13.1",
|
|
|
|
"@types/koa-session": "^5.10.3",
|
|
|
|
"@types/koa-static": "^4.0.1",
|
2022-11-13 18:33:22 +08:00
|
|
|
"@types/koa__router": "^8.0.4",
|
2022-02-02 13:36:08 +08:00
|
|
|
"@types/md5": "^2.3.1",
|
|
|
|
"@types/node": "^14.14.41",
|
|
|
|
"@types/node-schedule": "^1.3.2",
|
|
|
|
"@types/os-utils": "0.0.1",
|
|
|
|
"@types/socket.io": "^2.1.13",
|
|
|
|
"@types/socket.io-client": "^1.4.36",
|
|
|
|
"@types/uuid": "^8.3.0",
|
|
|
|
"eslint": "^7.23.0",
|
2022-11-13 18:33:22 +08:00
|
|
|
"nodemon": "^2.0.20",
|
2022-02-02 13:36:08 +08:00
|
|
|
"ts-node": "^9.1.1",
|
2022-07-17 17:38:50 +08:00
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"webpack": "^5.73.0",
|
|
|
|
"webpack-cli": "^4.10.0",
|
|
|
|
"webpack-node-externals": "^3.0.0"
|
2021-11-09 14:07:50 +08:00
|
|
|
}
|
|
|
|
}
|