2021-04-18 15:02:42 +02:00
|
|
|
const vendor = {
|
2020-05-11 22:22:32 +02:00
|
|
|
"moment.js": "node_modules/moment/min/moment-with-locales.js",
|
|
|
|
"moment-timezone.js": "node_modules/moment-timezone/builds/moment-timezone-with-data.js",
|
2017-03-14 22:53:37 -03:00
|
|
|
"weather-icons.css": "node_modules/weathericons/css/weather-icons.css",
|
|
|
|
"weather-icons-wind.css": "node_modules/weathericons/css/weather-icons-wind.css",
|
2019-01-09 21:32:43 +00:00
|
|
|
"font-awesome.css": "css/font-awesome.css",
|
2019-04-03 15:19:32 +01:00
|
|
|
"nunjucks.js": "node_modules/nunjucks/browser/nunjucks.min.js",
|
2024-07-15 12:51:05 -05:00
|
|
|
"suncalc.js": "node_modules/suncalc/suncalc.js",
|
|
|
|
"croner.js": "node_modules/croner/dist/croner.umd.min.js"
|
2016-04-03 19:52:13 +02:00
|
|
|
};
|
2017-03-18 12:40:07 -03:00
|
|
|
|
2020-05-11 22:22:32 +02:00
|
|
|
if (typeof module !== "undefined") {
|
|
|
|
module.exports = vendor;
|
|
|
|
}
|