form-group
Version:
## A vue component that resembles bootstraps FormGroup + formControl
75 lines • 2.37 kB
JSON
{
"name": "form-group",
"version": "3.0.8",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "jest --watch --config=./jest.config.js --coverage",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name FormGroup ./src/components/index.ts",
"publish": "vue-cli-service build --target lib --name FormGroup ./src/components/index.js && npm publish --access=public"
},
"dependencies": {
"@types/uuid": "^8.0.0",
"core-js": "^3.6.5",
"uuid": "^8.1.0",
"vue": "^2.6.11"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-e2e-nightwatch": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-typescript": "~4.4.0",
"@vue/cli-plugin-unit-jest": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"chromedriver": "83",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"geckodriver": "^1.19.1",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
},
"main": "./dist/FormGroup.umd.js",
"module": "./dist/FormGroup.common.js",
"unpkg": "./dist/FormGroup.min.js",
"types": "src/vue.d.ts",
"typings": "src/vue.d.ts",
"files": [
"dist/*",
"src/*"
],
"description": "## A vue component that resembles bootstraps FormGroup + formControl",
"directories": {
"test": "tests"
},
"keywords": [
"vue",
"vueComponent",
"FormGroup",
"formControl",
"autoResize"
],
"author": "Fabrice Feugang Kemegni",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fabrigeas/vue-formgroup.git"
},
"bugs": {
"url": "https://github.com/fabrigeas/vue-formgroup/issues"
},
"homepage": "https://github.com/fabrigeas/vue-formgroup#readme"
}