UNPKG

@kouts/vue-modal

Version:

A modal window component for Vue

72 lines (71 loc) 2.23 kB
{ "name": "@kouts/vue-modal", "description": "A modal window component for Vue", "version": "2.1.13", "author": "Giannis Koutsaftakis", "license": "MIT", "repository": "https://github.com/kouts/vue-modal", "packageManager": "pnpm@10.20.0", "keywords": [ "vue", "component", "modal", "popup" ], "main": "dist/vue-modal.umd.min.js", "module": "dist/vue-modal.es.js", "scripts": { "playground": "vue-cli-service serve", "test:unit": "vue-cli-service test:unit", "test:unit-coverage": "vue-cli-service test:unit --coverage && make-coverage-badge", "watch": "vuepress dev docs", "rollup": "rollup -c", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "build": "rollup -c && vuepress build docs", "lint": "eslint . --ext .js,.vue", "lint-fix": "eslint . --fix --ext .js,.vue", "prepare": "husky" }, "dependencies": { "vue": "^2.7.16" }, "devDependencies": { "@commitlint/cli": "^17.8.1", "@commitlint/config-conventional": "^17.8.1", "@kouts/eslint-config": "^3.0.9", "@linusborg/vue-simple-portal": "0.1.4", "@rollup/plugin-buble": "^1.0.3", "@rollup/plugin-commonjs": "^23.0.7", "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-terser": "^0.4.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@testing-library/jest-dom": "^5.17.0", "@vue/cli-plugin-babel": "^4.5.19", "@vue/cli-plugin-unit-jest": "^4.5.19", "@vue/cli-service": "^4.5.19", "@vue/test-utils": "^1.3.6", "@vue/vue2-jest": "^27.0.0", "animate.css": "^4.1.1", "body-scroll-freezer": "^1.0.5", "bootstrap": "^4.6.2", "core-js": "^3.46.0", "csso": "^5.0.5", "eslint": "^9.39.0", "husky": "^9.1.7", "lint-staged": "^13.3.0", "make-coverage-badge": "^1.2.0", "prettier": "3.6.2", "rollup": "^3.29.5", "rollup-plugin-css-only": "^4.5.5", "rollup-plugin-vue": "^5.1.9", "sass": "^1.93.3", "sass-loader": "^10.5.2", "semantic-release": "^25.0.1", "vue-router": "^3.6.5", "vue-template-compiler": "^2.7.16", "vuepress": "^1.9.10", "vuepress-plugin-vue-example": "^1.1.9" } }