You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/hydrooj/package.json

78 lines
2.3 KiB
JSON

{
"name": "hydrooj",
3 years ago
"version": "3.2.19",
"bin": "bin/hydrooj.js",
"main": "src/loader",
"module": "src/loader",
"repository": "https://github.com/hydro-dev/Hydro.git",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0-or-later",
"engines": {
3 years ago
"node": ">=10.4"
},
3 years ago
"preferUnplugged": true,
"dependencies": {
"@graphql-tools/schema": "^8.3.1",
"@hydrooj/utils": "workspace:*",
"adm-zip": "0.5.5",
3 years ago
"ansi_up": "^5.1.0",
"cac": "^6.7.12",
"cookies": "^0.8.0",
"detect-browser": "^5.2.1",
3 years ago
"esbuild": "^0.13.15",
3 years ago
"fs-extra": "^10.0.0",
3 years ago
"graphql": "^15.7.2",
3 years ago
"graphql-scalars": "1.13.6",
3 years ago
"js-yaml": "^4.1.0",
3 years ago
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-compress": "^5.1.0",
4 years ago
"koa-proxies": "^0.12.1",
"koa-router": "^10.1.1",
3 years ago
"koa-static-cache": "^5.1.4",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
3 years ago
"mime-types": "^2.1.34",
"minio": "7.0.19",
3 years ago
"moment-timezone": "^0.5.34",
3 years ago
"mongodb": "^3.7.3",
"nanoid": "^3.1.30",
3 years ago
"nodemailer": "^6.7.1",
"notp": "^2.0.3",
3 years ago
"p-queue": "^7.1.0",
"reflect-metadata": "^0.1.13",
3 years ago
"serialize-javascript": "^6.0.0",
3 years ago
"sockjs": "^0.3.21",
3 years ago
"source-map-support": "^0.5.21",
"superagent": "^6.1.0",
"thirty-two": "^1.0.2",
3 years ago
"tx2": "^1.0.5"
},
"devDependencies": {
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^9.0.13",
3 years ago
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.4",
"@types/koa-compress": "^4.0.3",
"@types/koa-router": "^7.4.4",
"@types/koa-static-cache": "^5.1.1",
3 years ago
"@types/lodash": "^4.14.177",
"@types/lru-cache": "^5.1.1",
"@types/mime-types": "^2.1.1",
3 years ago
"@types/minio": "^7.0.11",
"@types/mongodb": "^3.6.20",
"@types/nodemailer": "^6.4.4",
3 years ago
"@types/notp": "^2.0.1",
"@types/serialize-javascript": "^5.0.1",
"@types/sockjs": "^0.3.33",
"@types/source-map-support": "^0.5.4",
"@types/superagent": "^4.1.13",
3 years ago
"formidable": "^1.2.6",
"moment": "^2.29.1",
"pm2": "^5.1.2"
},
"peerDependencies": {
"pm2": "*"
}
}