From 350105c637626f686369a1a52be08beefb5d88c7 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 7 Jul 2024 22:15:06 +0530 Subject: added total in words --- package-lock.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package-lock.json') diff --git a/package-lock.json b/package-lock.json index 34eb4fe..29c26db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "bootstrap-icons": "^1.11.1", "bootstrap-icons-vue": "^1.11.1", "currency.js": "^2.0.4", + "number-to-words": "^1.2.4", "vue": "^3.3.4", "vue-router": "^4.2.4", "vue-toast-notification": "^3.1.1" @@ -3526,6 +3527,12 @@ "url": "https://github.com/fb55/nth-check?sponsor=1" } }, + "node_modules/number-to-words": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/number-to-words/-/number-to-words-1.2.4.tgz", + "integrity": "sha512-/fYevVkXRcyBiZDg6yzZbm0RuaD6i0qRfn8yr+6D0KgBMOndFPxuW10qCHpzs50nN8qKuv78k8MuotZhcVX6Pw==", + "license": "MIT" + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", -- cgit v1.2.3