@zoom-image/core
Version:
A core implementation of zoom image
83 lines • 1.98 kB
JSON
{
"name": "@zoom-image/core",
"version": "0.41.0",
"description": "A core implementation of zoom image",
"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",
"vanilla"
],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"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,
"dependencies": {
"@namnode/store": "^0.1.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@size-limit/preset-small-lib": "^11.0.2",
"@testing-library/dom": "^9.3.4",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.2",
"@types/node": "^20.11.19",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.0",
"@vue/test-utils": "^2.4.4",
"fast-check": "^3.15.1",
"happy-dom": "^13.3.8",
"size-limit": "^11.0.2",
"tsup": "8.0.2",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vitest": "^2.1.3",
"vitest-dom": "^0.1.1",
"vue": "^3.4.19",
"tsconfig": "0.0.0"
},
"scripts": {
"dev": "pnpm build --watch",
"build": "tsup src terser",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui"
}
}