Install moment.js

This commit is contained in:
Daniel_I_Am 2021-09-01 22:15:57 +02:00
parent 275a4a104d
commit 9182794b66
3 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"postcss": "^8.1.14",
"resolve-url-loader": "^4.0.0",
"sass": "^1.38.2",

View File

@ -1,4 +1,5 @@
window._ = require('lodash');
window.moment = require('moment');
/**
* We'll load the axios HTTP library which allows us to easily issue requests

View File

@ -3690,6 +3690,11 @@ mkdirp@^0.5.5:
dependencies:
minimist "^1.2.5"
moment@^2.29.1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"