|
|
|
@ -39,47 +39,37 @@
|
|
|
|
|
"axios": "^1.3.3",
|
|
|
|
|
"bcrypt": "^5.1.0",
|
|
|
|
|
"chalk": "^4.1.2",
|
|
|
|
|
"check-node-version": "^4.2.1",
|
|
|
|
|
"crypto-random-string": "3.3.1",
|
|
|
|
|
"cssnano": "^5.1.15",
|
|
|
|
|
"escape-html": "^1.0.3",
|
|
|
|
|
"express": "^4.18.2",
|
|
|
|
|
"express-brute": "^1.0.1",
|
|
|
|
|
"express-busboy": "^9.0.0",
|
|
|
|
|
"ffmpeg-static": "^5.1.0",
|
|
|
|
|
"fs-extra": "^11.1.0",
|
|
|
|
|
"helmet": "^6.0.1",
|
|
|
|
|
"luxon": "^3.3.0",
|
|
|
|
|
"mysql2": "^3.5.1",
|
|
|
|
|
"nanoid": "^3.3.6",
|
|
|
|
|
"node-fetch": "^2.6.7",
|
|
|
|
|
"node-vibrant": "^3.1.6",
|
|
|
|
|
"prompt": "^1.3.0",
|
|
|
|
|
"pug": "^3.0.2",
|
|
|
|
|
"sanitize-filename": "^1.6.3",
|
|
|
|
|
"sharp": "^0.31.3",
|
|
|
|
|
"shoelace-fontawesome-pug": "^6.4.2",
|
|
|
|
|
"shoelace-pug-loader": "^2.9.2",
|
|
|
|
|
"submodule": "^1.2.1",
|
|
|
|
|
"tailwindcss": "^3.2.7",
|
|
|
|
|
"typescript": "^5.1.6",
|
|
|
|
|
"uuid": "^8.3.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/bcrypt": "^5.0.0",
|
|
|
|
|
"@types/escape-html": "^1.0.1",
|
|
|
|
|
"@types/express": "^4.17.13",
|
|
|
|
|
"@types/express-brute": "^1.0.1",
|
|
|
|
|
"@types/express-busboy": "^8.0.0",
|
|
|
|
|
"@types/ffmpeg-static": "^3.0.0",
|
|
|
|
|
"@types/fs-extra": "^9.0.12",
|
|
|
|
|
"@types/luxon": "^3.3.0",
|
|
|
|
|
"@types/marked": "^3.0.0",
|
|
|
|
|
"@types/node": "^18.16.19",
|
|
|
|
|
"@types/node-fetch": "^2.5.12",
|
|
|
|
|
"@types/sharp": "^0.30.2",
|
|
|
|
|
"@types/tailwindcss": "^3.0.9",
|
|
|
|
|
"@types/uuid": "^8.3.1",
|
|
|
|
|
"@types/ws": "^7.4.7"
|
|
|
|
|
"@types/uuid": "^8.3.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|