@zoom-image/react
Version:
Adapter of zoom image core for React
66 lines • 1.4 kB
JSON
{
"name": "@zoom-image/react",
"version": "0.6.0",
"description": "Adapter of zoom image core for React",
"author": "Nam Nguyen <nam.nguyen.node@gmail.com>",
"license": "MIT",
"repository": "willnguyen1312/zoom-image",
"homepage": "https://willnguyen1312.github.io/zoom-image",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willnguyen1312"
},
"keywords": [
"javascript",
"typescript",
"zoom",
"image",
"hover",
"move",
"wheel",
"pinch",
"touch",
"scroll",
"mobile",
"desktop",
"react"
],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist",
"src"
],
"sideEffects": false,
"devDependencies": {
"@types/react": "^18.2.56",
"tsup": "8.0.2",
"typescript": "^5.3.3",
"tsconfig": "0.0.0"
},
"dependencies": {
"@zoom-image/core": "0.42.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"scripts": {
"dev": "pnpm build --watch",
"build": "tsup src terser",
"typecheck": "tsc --noEmit"
}
}