vue-brazil-money
Version:
If you just want a Vue 3 library to format brazillian money and don't want to configure anything, this library is perfect to you. https://www.npmjs.com/package/vue-brazil-money
72 lines (71 loc) • 1.66 kB
JSON
{
"name": "vue-brazil-money",
"version": "1.0.0",
"contributors": [
"Victorio Capucco",
"Wellington Rosendo"
],
"main": "./dist/vueBrazilMoney.common.js",
"description": "If you just want a Vue 3 library to format brazillian money and don't want to configure anything, this library is perfect to you. https://www.npmjs.com/package/vue-brazil-money",
"files": [
"dist/*"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VictorioCapucco/vue-brazil-money"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "cypress open",
"build:npm": "vue-cli-service build --target lib --name vueBrazilMoney src/index.js"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.13"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"cypress": "^10.6.0"
},
"peerDependencies": {
"vue": "3.x.x"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"keywords": [
"vue",
"vue3",
"input",
"money",
"vue-money",
"vue3-money",
"numeric"
]
}