43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@floatingghost/pinch-zoom-element",
|
|
"version": "1.3.1",
|
|
"description": "Put stuff in an element, now you can pinch-zoom it!",
|
|
"main": "dist/pinch-zoom.cjs.js",
|
|
"module": "dist/pinch-zoom.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rm -rf dist && rollup -c"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://akkoma.dev/pinch-zoom-element.git"
|
|
},
|
|
"keywords": [
|
|
"pointer",
|
|
"touch",
|
|
"mouse",
|
|
"pinch zoom",
|
|
"pan"
|
|
],
|
|
"author": "Jake Archibald, tusooa, FloatingGhost",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://lily.kazv.moe/infra/pinch-zoom-element/-/issues"
|
|
},
|
|
"homepage": "https://lily.kazv.moe/infra/pinch-zoom-element",
|
|
"dependencies": {
|
|
"pointer-tracker": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "^3.9.1",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-postcss": "^4.0.2",
|
|
"rollup-plugin-terser": "^3.0.0",
|
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-airbnb": "^5.11.0",
|
|
"tslint-react": "^3.6.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|