MagicMirror/vendor/package.json
Karsten Hassel a65ee86501
Introduce envsubst for config.js, update deps (#3032)
This is the implemenation of envsubst discussed in #1756 

Documentation update will follow after merge.
2023-02-12 22:34:57 +01:00

21 lines
487 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.3.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"nunjucks": "^3.2.3",
"suncalc": "^1.9.0",
"weathericons": "^2.1.0"
}
}