UNPKG

vue-final-modal

Version:

The most powerful yet most light-weight modal library for Vue 3.

73 lines (72 loc) 1.85 kB
{ "name": "vue-final-modal", "private": false, "version": "4.5.5", "type": "module", "source": "src/index.ts", "main": "./dist/index.umd.js", "module": "./dist/index.es.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.mjs", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "files": [ "dist" ], "scripts": { "dev": "vite build -w", "build": "vite build", "cypress:open": "cypress open --browser chrome --component", "cypress:run": "cypress run --browser chrome --component", "typecheck": "vue-tsc --noEmit", "release": "pnpm build && pnpm cypress:run && release-it" }, "dependencies": { "@vueuse/core": "^10.5.0", "@vueuse/integrations": "^10.5.0", "focus-trap": "^7.5.4" }, "devDependencies": { "@cypress/vue": "^5.0.5", "@release-it/conventional-changelog": "^5.1.1", "@vue-macros/volar": "^0.8.4", "cypress": "^13.6.4", "release-it": "^16.1.3", "unplugin-vue-define-options": "^1.3.8", "unplugin-vue-macros": "^2.3.0", "vite-plugin-dts": "^3.6.3", "vue": "^3.3.7" }, "peerDependencies": { "@vueuse/core": ">=10.0.0", "@vueuse/integrations": ">=10.0.0", "focus-trap": ">=7.2.0", "vue": ">=3.2.0" }, "homepage": "https://vue-final-modal.org/", "bugs": { "url": "https://github.com/vue-final/vue-final-modal/issues", "email": "hunterliu1003@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/vue-final/vue-final-modal.git", "directory": "packages/vue-final-modal" }, "author": "Hunter Liu", "license": "MIT", "keywords": [ "vue", "modal", "dialog", "popup" ] }