summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-08-24 14:52:54 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-26 07:48:18 +0200
commit8183510385bad408ea3f0136bd4a5487ba7df526 (patch)
treef5cb61b97eb62f1cabb5ad506e47e8d982fc3d63 /package.json
parent3f34e3da33e4e20995f33f69ad8e6fed1a7bad72 (diff)
More cleanup and started on unit tests
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3d58fb272..ad25bc7d3 100644
--- a/package.json
+++ b/package.json
@@ -52,6 +52,7 @@
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.0.1",
+ "lodash": "^4.17.21",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
@@ -69,6 +70,7 @@
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@types/jest": "^29.1.1",
+ "@types/lodash": "^4.14.197",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",