vue-magic-zoom
Version:
🔎 Easy to use image zoom lens library for vue
83 lines (82 loc) • 2.07 kB
JSON
{
"name": "vue-magic-zoom",
"version": "1.0.4",
"private": false,
"description": "🔎 Easy to use image zoom lens library for vue",
"author": "Komi <komi@yorgsoft.com>",
"license": "MIT",
"keywords": [
"image",
"image zoom",
"vue image zoom",
"vue zoom lens",
"vue 3 image zoom",
"vue 3 zoom",
"vue lens",
"magnifying glass",
"vue magnifying glass"
],
"repository": {
"type": "git",
"url": "https://github.com/komaromiGyorgy/vue-magic-zoom"
},
"bugs": {
"email": "komi@yorgsoft.com",
"url": "https://github.com/komaromiGyorgy/vue-magic-zoom/issues"
},
"contributors": [
"Komi <komi@yorgsoft.com>",
{
"name": "Komaromi Gyorgy",
"email": "komi@yorgsoft.com"
}
],
"engines": {
"node": ">=16 <=18"
},
"peerDependencies": {
"vue": "^3.2.47"
},
"type": "module",
"files": [
"dist"
],
"main": "./dist/vue-magic-zoom.umd.cjs",
"module": "./dist/vue-magic-zoom.es.js",
"types": "./dist/lib/main.d.ts",
"exports": {
".": {
"import": "./dist/vue-magic-zoom.es.js",
"require": "./dist/vue-magic-zoom.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"typescript": "~4.8.4",
"vite": "^4.1.4",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite-plugin-dts": "^2.1.0",
"vue-tsc": "^1.2.0"
}
}