MCSManager/panel/package.json
2024-04-21 14:38:04 +08:00

67 lines
1.8 KiB
JSON

{
"name": "mcsmanager-panel",
"version": "10.2.0",
"daemonVersion": "4.4.0",
"description": "Provide MCSManager with the ability to connect and control all Daemons, and provide API services for the front end.",
"scripts": {
"dev": "ts-node --project tsconfig.json src/app.ts",
"build": "tsc --project tsconfig.json && webpack --config webpack.config.js"
},
"homepage": "https://mcsmanager.com/",
"author": "https://github.com/unitwk",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MCSManager/MCSManager"
},
"_moduleAliases": {
"@languages": "../languages"
},
"dependencies": {
"@koa/router": "^10.0.0",
"@types/qrcode": "^1.5.5",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"crypto": "^1.0.1",
"i18n": "^0.15.0",
"i18next": "^21.8.14",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-mount": "^4.0.0",
"koa-session": "^6.2.0",
"koa-static": "^5.0.0",
"log4js": "^6.4.0",
"md5": "^2.3.0",
"module-alias": "^2.2.3",
"node-schedule": "^2.0.0",
"open": "^8.4.0",
"os-utils": "0.0.14",
"otplib": "^12.0.1",
"qrcode": "^1.5.3",
"redis": "^4.5.1",
"socket.io": "^4.5.3",
"socket.io-client": "^4.7.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/fs-extra": "^9.0.11",
"@types/koa": "^2.13.1",
"@types/koa__router": "^8.0.4",
"@types/koa-session": "^5.10.3",
"@types/koa-static": "^4.0.1",
"@types/md5": "^2.3.1",
"@types/node": "^14.14.41",
"@types/node-schedule": "^1.3.2",
"@types/os-utils": "0.0.1",
"@types/uuid": "^8.3.0",
"common": "file:../common",
"eslint": "^7.23.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}