Refactoring

This commit is contained in:
Artur Gurgul 2025-06-08 21:57:33 +02:00
parent 1e3833f7d0
commit aa563e60ea
37 changed files with 472 additions and 2392 deletions

View file

@ -33,25 +33,22 @@
},
"homepage": "https://github.com/artur-gurgul-pro/sajt#readme",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"express": "^5.1.0",
"fs-extra": "^11.3.0",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"marked": "^14.0.0",
"marked-highlight": "^2.1.4",
"pug": "^3.0.3",
"ssh2": "^1.15.0",
"ssh2-sftp-client": "^11.0.0"
"marked": "^15.0.12",
"marked-highlight": "^2.2.1",
"pug": "^3.0.3"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/express": "^5.0.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.5",
"@types/node": "^22.15.30",
"@types/pug": "^2.0.10",
"electron": "^33.0.1",
"typescript": "^5.7.3"
"typescript": "^5.8.3"
}
}