chore(deps): move dev deps

This commit is contained in:
c43721
2022-04-28 19:31:33 -05:00
parent 7b90d1f5f0
commit c6923d64bc
2 changed files with 805 additions and 262 deletions

999
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,6 +13,39 @@
"test": "jest"
},
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"configstore": "^5.0.1",
"cookie-parser": "~1.4.5",
"debug": "~4.3.2",
"dockerode": "^3.3.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"http-proxy": "^1.18.1",
"is-valid-path": "^0.1.1",
"js-base64": "^3.6.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"on-finished": "^2.3.0",
"prettier": "2.3.2",
"public-ip": "^4.0.4",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"require-from-string": "^2.0.2",
"serve-favicon": "~2.5.0",
"simple-git": "^2.45.0",
"ssh2": "^1.4.0",
"tar": "^6.1.11",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"validator": "^13.6.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/configstore": "^5.0.1",
"@types/cookie-parser": "^1.4.2",
@@ -38,42 +71,9 @@
"@types/validator": "^13.6.3",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"configstore": "^5.0.1",
"cookie-parser": "~1.4.5",
"debug": "~4.3.2",
"dockerode": "^3.3.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"http-proxy": "^1.18.1",
"is-valid-path": "^0.1.1",
"js-base64": "^3.6.1",
"jsonwebtoken": "^8.5.1",
"madge": "^5.0.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"on-finished": "^2.3.0",
"prettier": "2.3.2",
"public-ip": "^4.0.4",
"recursive-readdir": "^2.2.2",
"request": "^2.88.2",
"require-from-string": "^2.0.2",
"serve-favicon": "~2.5.0",
"simple-git": "^2.45.0",
"ssh2": "^1.4.0",
"tar": "^6.1.11",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"validator": "^13.6.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.1.0",
"madge": "^5.0.1",
"ts-jest": "^27.0.5"
}
}