wip
This commit is contained in:
parent
a3bd4ba426
commit
3368fe8552
20 changed files with 582 additions and 609 deletions
10
package.json
10
package.json
|
@ -30,6 +30,7 @@
|
|||
"@fortawesome/fontawesome-free-brands": "5.0.2",
|
||||
"@fortawesome/fontawesome-free-regular": "5.0.2",
|
||||
"@fortawesome/fontawesome-free-solid": "5.0.2",
|
||||
"@koa/cors": "^2.2.1",
|
||||
"@prezzemolo/rap": "0.1.2",
|
||||
"@prezzemolo/zip": "0.0.3",
|
||||
"@types/bcryptjs": "2.4.1",
|
||||
|
@ -58,7 +59,12 @@
|
|||
"@types/js-yaml": "3.11.1",
|
||||
"@types/koa": "^2.0.45",
|
||||
"@types/koa-bodyparser": "^4.2.0",
|
||||
"@types/koa-favicon": "^2.0.19",
|
||||
"@types/koa-mount": "^3.0.1",
|
||||
"@types/koa-multer": "^1.0.0",
|
||||
"@types/koa-router": "^7.0.27",
|
||||
"@types/koa-send": "^4.1.1",
|
||||
"@types/koa__cors": "^2.2.2",
|
||||
"@types/kue": "^0.11.8",
|
||||
"@types/license-checker": "15.0.0",
|
||||
"@types/mkdirp": "0.5.2",
|
||||
|
@ -144,7 +150,11 @@
|
|||
"js-yaml": "3.11.0",
|
||||
"jsdom": "11.7.0",
|
||||
"koa": "^2.5.0",
|
||||
"koa-favicon": "^2.0.1",
|
||||
"koa-mount": "^3.0.0",
|
||||
"koa-multer": "^1.0.2",
|
||||
"koa-router": "^7.4.0",
|
||||
"koa-send": "^4.1.3",
|
||||
"kue": "0.11.6",
|
||||
"license-checker": "18.0.0",
|
||||
"loader-utils": "1.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue