svelte-magnifier
Version:
Svelte image magnifier component
46 lines • 1.23 kB
JSON
{
"name": "svelte-magnifier",
"version": "0.0.1",
"description": "Svelte image magnifier component",
"keywords": [
"svelte",
"component",
"image",
"zoom",
"magnify",
"magnifier",
"magnifying glass"
],
"author": "Ambar Mutha",
"license": "MIT",
"homepage": "https://github.com/supercoww/svelte-magnifier#readme",
"bugs": "https://github.com/supercoww/svelte-magnifier/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/supercoww/svelte-magnifier.git"
},
"devDependencies": {
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"postcss-nesting": "^8.0.1",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.42.6",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"svelte2tsx": "^0.4.7",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"exports": {
"./package.json": "./package.json",
".": "./index.js",
"./Magnifier.svelte": "./Magnifier.svelte"
},
"svelte": "./index.js"
}