diff --git a/.gitignore b/.gitignore index 3bce51c..6d21de0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ # vendor/ .vscode/ +.idea/ .DS_Store data output diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 92738a4..3a96267 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,6 +15,7 @@ "fetch": "1.1.0", "highlight.js": "^11.9.0", "js-base64": "^3.7.5", + "lodash": "^4.17.21", "lodash.throttle": "^4.1.1", "markdown-it": "^14.1.0", "markdown-it-mark": "^4.0.0", @@ -9708,8 +9709,7 @@ "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -22348,8 +22348,7 @@ "lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.debounce": { "version": "4.0.8", diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 65a1301..6349b57 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -4,13 +4,14 @@