package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signature-pad Show documentation
Show all versions of signature-pad Show documentation
Core logic for the signature-pad widget implemented as a state machine
The newest version!
{
"name": "@zag-js/signature-pad",
"version": "0.77.1",
"description": "Core logic for the signature-pad widget implemented as a state machine",
"keywords": [
"js",
"machine",
"xstate",
"statechart",
"component",
"chakra-ui",
"signature-pad"
],
"author": "Segun Adebayo ",
"homepage": "https://github.com/chakra-ui/zag#readme",
"license": "MIT",
"main": "dist/index.js",
"repository": "https://github.com/chakra-ui/zag/tree/main/packages/signature-pad",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/chakra-ui/zag/issues"
},
"dependencies": {
"perfect-freehand": "^1.2.2",
"@zag-js/anatomy": "0.77.1",
"@zag-js/core": "0.77.1",
"@zag-js/dom-query": "0.77.1",
"@zag-js/dom-event": "0.77.1",
"@zag-js/utils": "0.77.1",
"@zag-js/types": "0.77.1"
},
"devDependencies": {
"clean-package": "2.2.0"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup",
"lint": "eslint src",
"typecheck": "tsc --noEmit"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy