1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

#4 added photo thumbs for posts

This commit is contained in:
Fedor Katurov 2021-05-06 10:47:06 +07:00
parent 5535a36cb8
commit c8c5c7bff1
5 changed files with 107 additions and 18 deletions

View file

@ -9,7 +9,8 @@
"build": "rm -rf ./dist && tsc && copyfiles -f ./config*.yml ./dist && copyfiles ./templates/*.md ./dist"
},
"dependencies": {
"@types/node": "^14.14.37",
"axios": "^0.21.1",
"cross-fetch": "^3.1.4",
"express": "^4.17.1",
"handlebars": "^4.7.7",
"http": "^0.0.1-security",
@ -37,6 +38,8 @@
"yup": "^0.32.9"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^14.14.37",
"@types/express": "^4.17.11",
"@types/handlebars": "^4.1.0",
"@types/ramda": "^0.27.39",