diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-07 22:15:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-07 22:15:06 +0530 |
commit | 350105c637626f686369a1a52be08beefb5d88c7 (patch) | |
tree | ca0d98198cb6fcd1ced9b5a8fc350912ae34b210 /package-lock.json | |
parent | f192b92ad382d9e8b89ac836bde96f8973ea2844 (diff) |
added total in words
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 7 |
1 files changed, 7 insertions, 0 deletions
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", |