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/package.json

30 lines
770 B
JSON

{
"name": "hydrofrontend",
"version": "0.0.0",
"main": "vj5/development.js",
"repository": "https://github.com/masnn/vj5.git",
"author": "masnn",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"bson": "^4.0.2",
"highlight.js": "^9.18.1",
"js-yaml": "^3.13.1",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-morgan": "^1.0.1",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"lodash": "^4.17.15",
"markdown-it": "^10.0.0",
"markdown-it-katex": "^2.0.3",
"mongodb": "^3.5.5",
"nodemailer": "^6.3.1",
"nunjucks": "^3.2.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "^6.6.0"
}
}