refact(assets) : wip clean icons

This commit is contained in:
mrflos 2023-03-05 10:19:34 +03:00
parent 11de8fe068
commit e1a7947473
2085 changed files with 8569 additions and 3526 deletions

View file

@ -12,7 +12,7 @@
"lib": "lib/"
},
"engines": {
"node": "0.4.7"
"node": ">=0.4.7"
},
"scripts": {
"start": "nodemon server.js -e js,css,jade,json"
@ -27,9 +27,9 @@
},
"dependencies": {
"async": "~0.9.0",
"bootstrap-icons": "^1.8.1",
"bootstrap-icons": "^1.8.2",
"compression": "^1.1.0",
"express": "4.x",
"express": "^4.18.1",
"html2canvas": "^1.4.1",
"jade": "~1.5.0",
"redis": "~0.12.1",
@ -42,6 +42,6 @@
},
"devDependencies": {
"forever": "^0.15.3",
"nodemon": "^2.0.15"
"nodemon": "^2.0.16"
}
}