mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-20 02:43:14 +00:00
so that the npm version also stays in sync and https://github.com/MagicMirrorOrg/MagicMirror/issues/2876 can be closed for good
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "magicmirror-vendors",
|
|
"version": "1.0.0",
|
|
"description": "Package for vendors use by MagicMirror² core.",
|
|
"bugs": {
|
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
"animate.css": "^4.1.1",
|
|
"croner": "^8.1.2",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.46",
|
|
"nunjucks": "^3.2.4",
|
|
"suncalc": "^1.9.0",
|
|
"weathericons": "^2.1.0"
|
|
}
|
|
}
|