UNPKG

vuetify-form-dialog

Version:
77 lines (76 loc) 1.78 kB
{ "name": "vuetify-form-dialog", "version": "0.0.8", "description": "Form dialog for Vuetify", "private": false, "scripts": { "serve": "vue-cli-service serve ./example/main.js --open", "build": "vue-cli-service build --name vuetify-form-dialog --entry ./src/index.js --target lib", "lint": "vue-cli-service lint", "doc:build": "npx vuedoc.md --section API --output ./README.md ./src/components/VFormDialog.vue", "prepublishOnly": "npm run lint && npm run build && npm run doc:build" }, "dependencies": { "vue": "^2.6.11" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.12.1", "@vue/cli-plugin-eslint": "^3.12.1", "@vue/cli-service": "^3.12.1", "@vuedoc/md": "^1.5.0", "babel-eslint": "^10.1.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.2.3", "vue-cli-plugin-component": "^1.12.2", "vue-template-compiler": "^2.6.11" }, "repository": { "type": "git", "url": "git+https://github.com/emamid/vuetify-form-dialog.git" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "rules": {}, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "files": [ "dist/*.css", "dist/*.map", "dist/*.js", "src/*" ], "keywords": [ "vue", "vuetify", "form", "dialog", "component" ], "author": "David Emami (emamid@gmail.com)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/emamid/vuetify-form-dialog/issues" }, "homepage": "https://github.com/emamid/vuetify-form-dialog#readme", "main": "dist/vuetify-form-dialog.umd.js", "module": "dist/vuetify-form-dialog.common.min.js" }