diff --git a/package-lock.json b/package-lock.json index 0bb7e2d589..af7605180b 100755 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,11 @@ "negotiator": "0.6.1" } }, + "accounting": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/accounting/-/accounting-0.4.1.tgz", + "integrity": "sha1-h91BA+/39EYPHhhvXGd+1s9WaIM=" + }, "acorn": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.3.0.tgz", @@ -7172,6 +7177,11 @@ "minimist": "0.0.8" } }, + "moment": { + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz", + "integrity": "sha512-Yh9y73JRljxW5QxN08Fner68eFLxM5ynNOAw2LbIB1YAGeQzZT8QFSUvkAz609Zf+IHhhaUxqZK8dG3W/+HEvg==" + }, "move-concurrently": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", diff --git a/package.json b/package.json index bd9df38cf5..f1b8f91565 100755 --- a/package.json +++ b/package.json @@ -19,6 +19,8 @@ "vue": "^2.5.7" }, "dependencies": { - "font-awesome": "^4.7.0" + "accounting": "^0.4.1", + "font-awesome": "^4.7.0", + "moment": "^2.20.1" } }