magnifuer
Version:
Feature-rich Vue component and tooling for creating customizable magnifying-glass-style interfaces with ease.
80 lines (79 loc) • 1.87 kB
JSON
{
"name": "magnifuer",
"private": false,
"version": "1.0.3",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.mjs",
"require": "./dist/index.umd.js"
},
"./style.css": "./dist/style.css"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite build -w",
"build": "vite build",
"typecheck": "vue-tsc --noEmit",
"release": "release-it",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepare": "husky",
"readme": "node scripts/readme.js"
},
"dependencies": {
"@floating-ui/vue": "^1.1.6",
"@vueuse/core": "^12.5.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@release-it/conventional-changelog": "^10.0.0",
"@types/node": "^22.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-standard": "^9.0.0",
"@vue/eslint-config-typescript": "^14.3.0",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"release-it": "^18.1.2",
"sass": "^1.83.4",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vite-plugin-dts": "^4.5.0",
"vue-tsc": "^2.2.0"
},
"homepage": "https://github.com/arg0NNY/magnifuer",
"bugs": {
"url": "https://github.com/arg0NNY/magnifuer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/arg0NNY/magnifuer.git"
},
"author": "Oleg Kapranov",
"license": "MIT",
"keywords": [
"vue",
"magnifier",
"magnify",
"magnifying-glass",
"lens",
"zoom",
"zoomer",
"image",
"image-zoom",
"image-zoomer",
"floating"
],
"lint-staged": {
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --fix"
}
}