[+] Install moment dependency

This commit is contained in:
Hykilpikonna
2019-10-05 16:35:47 -04:00
parent 10fcb8a2f6
commit 4633bd902c
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -6935,6 +6935,11 @@
} }
} }
}, },
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"move-concurrently": { "move-concurrently": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npm.taobao.org/move-concurrently/download/move-concurrently-1.0.1.tgz", "resolved": "https://registry.npm.taobao.org/move-concurrently/download/move-concurrently-1.0.1.tgz",
+1
View File
@@ -11,6 +11,7 @@
"core-js": "^2.6.5", "core-js": "^2.6.5",
"echarts": "^4.2.1", "echarts": "^4.2.1",
"element-ui": "^2.11.1", "element-ui": "^2.11.1",
"moment": "^2.24.0",
"p-wait-for": "^3.1.0", "p-wait-for": "^3.1.0",
"v-charts": "^1.19.0", "v-charts": "^1.19.0",
"vue": "^2.6.10", "vue": "^2.6.10",