@handcrafted-market/vue3-numeric
Version:
Input field component to display currency value based on vue-numeric.
51 lines (50 loc) • 1.12 kB
JSON
{
"name": "@handcrafted-market/vue3-numeric",
"version": "1.0.4",
"description": "Input field component to display currency value based on vue-numeric.",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/handcrafted-market/vue3-numeric.git"
},
"keywords": [
"component",
"currency",
"input",
"text",
"number",
"numeric",
"separator",
"vue",
"vue.js"
],
"license": "MIT",
"main": "./dist/vue3-numeric.umd.js",
"module": "./dist/vue3-numeric.es.js",
"exports": {
".": {
"import": "./dist/vue3-numeric.es.js",
"require": "./dist/vue3-numeric.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"accounting-js": "^1.1.1",
"vue": "^3.2.16"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"vite": "^2.6.4"
},
"bugs": {
"url": "https://github.com/handcrafted-market/vue3-numeric/issues"
},
"homepage": "https://github.com/handcrafted-market/vue3-numeric#readme",
"author": ""
}