UNPKG

vue-light-popup

Version:
62 lines (61 loc) 1.74 kB
{ "name": "vue-light-popup", "version": "1.0.1", "description": "Light popup component for Vue.js", "main": "dist/vue-light-popup.common.js", "module": "dist/vue-light-popup.umd.js", "unpkg": "dist/vue-light-popup.umd.min.js", "jsdelivr": "dist/vue-light-popup.umd.min.js", "browser": "dist/vue-light-popup.umd.min.js", "typings": "dist/VueLightPopup.vue.d.ts", "typescript": { "definition": "dist/VueLightPopup.vue.d.ts" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --target lib src/VueLightPopup.vue && rm ./dist/demo.html ./dist/main.d.ts", "lint": "vue-cli-service lint" }, "files": [ "dist", "types" ], "repository": { "type": "git", "url": "git+https://github.com/NomNes/vue-light-popup.git" }, "keywords": [ "vue", "component", "popup", "light" ], "author": { "name": "Nikita Umnov" }, "license": "MIT", "bugs": { "url": "https://github.com/NomNes/vue-light-popup/issues" }, "homepage": "https://github.com/NomNes/vue-light-popup#readme", "dependencies": { "body-scroll-lock": "^3.1.5", "vue": "^3.0.11" }, "devDependencies": { "@types/body-scroll-lock": "^2.6.1", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "@vue/cli-plugin-babel": "^4.5.13", "@vue/cli-plugin-eslint": "^4.5.13", "@vue/cli-plugin-typescript": "^4.5.13", "@vue/cli-service": "^4.5.13", "@vue/compiler-sfc": "^3.0.11", "@vue/eslint-config-airbnb": "^5.3.0", "@vue/eslint-config-typescript": "^7.0.0", "babel-eslint": "^10.1.0", "eslint": "^7.26.0", "eslint-plugin-vue": "^7.9.0", "typescript": "^4.2.4" } }