vue3-modal-manager
Version:
A flexible and powerful modal manager for Vue 3
80 lines (79 loc) • 2.05 kB
JSON
{
"name": "vue3-modal-manager",
"publishConfig": {
"access": "public"
},
"version": "1.1.3",
"description": "A flexible and powerful modal manager for Vue 3",
"author": "Andy Wu",
"homepage": "https://github.com/Andygggg/vue3-modal-manager",
"repository": {
"type": "git",
"url": "https://github.com/Andygggg/vue3-modal-manager"
},
"license": "MIT",
"private": false,
"main": "lib_dist/index.es.js",
"module": "lib_dist/index.es.js",
"types": "lib_dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./lib_dist/index.d.ts",
"import": "./lib_dist/index.es.js",
"require": "./lib_dist/index.es.js"
}
},
"type": "module",
"keywords": [
"modal",
"modal-router",
"typescript",
"vue3",
"vue",
"popup",
"dialog"
],
"files": [
"lib_dist",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"serve": "serve dist",
"deploy": "gh-pages -d dist",
"preview": "vite preview",
"build-only": "vite build",
"build-lib": "run-p generate-types build-lib-only",
"generate-types": "tsc -p tsconfig.lib.json",
"build-lib-only": "vite build --config vite.module.config.ts",
"type-check": "vue-tsc --build tsconfig.lib.json",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"peerDependencies": {
"vue": "^3.2.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.1",
"@types/node": "^22.14.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.22.0",
"eslint-plugin-vue": "~10.0.0",
"gh-pages": "^6.3.0",
"jiti": "^2.4.2",
"npm-run-all2": "^7.0.2",
"prettier": "3.5.3",
"typescript": "~5.8.0",
"vite": "^6.2.4",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-vue-devtools": "^7.7.2",
"vue": "^3.5.13",
"vue-tsc": "^2.2.8"
}
}