mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-20 02:43:14 +00:00
Hi, This is my testing code for AnimateCSS for `show()`, `hide()`, `updateDom()` Naturally, we have to do better ! I voluntarily modify `newsfeed` and `compliments` in order to test Note: I will correct checks later... it's a test... --------- Co-authored-by: bugsounet <bugsounet@bugsounet.fr> Co-authored-by: veeck <michael.veeck@nebenan.de>
22 lines
514 B
JSON
22 lines
514 B
JSON
{
|
|
"name": "magicmirror-vendors",
|
|
"description": "Package for vendors use by MagicMirror² Core.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MichMich/MagicMirror.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/MichMich/MagicMirror/issues"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
|
"animate.css": "^4.1.1",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.43",
|
|
"nunjucks": "^3.2.4",
|
|
"suncalc": "^1.9.0",
|
|
"weathericons": "^2.1.0"
|
|
}
|
|
}
|