The changelog here is too large to put in the commit message, check the updated readme for more information

This commit is contained in:
CaramelKat
2020-12-23 01:37:07 -06:00
parent e8cc92ff96
commit d11b04efad
43 changed files with 4367 additions and 258 deletions

View File

@@ -2,6 +2,7 @@
"name": "juxt-web",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
@@ -9,12 +10,20 @@
"moment": "^2.29.1",
"mongoose": "^5.10.14",
"morgan": "^1.10.0",
"node-rsa": "^1.1.1",
"node-snowflake": "0.0.1",
"pako": "^2.0.2",
"pngjs": "^6.0.0",
"tga": "^1.0.4",
"xmlbuilder": "^15.1.1",
"xmlbuilder2": "^2.4.0"
},
"devDependencies": {
"ejs": "^3.1.5",
"express-subdomain": "^1.0.5",
"object-to-xml": "^2.0.0"
"multer": "^1.4.2",
"object-to-xml": "^2.0.0",
"request": "^2.88.2",
"xml2json": "^0.12.0"
}
}