UNPKG

@zag-js/react

Version:

The react wrapper for zag

72 lines 1.72 kB
{ "name": "@zag-js/react", "version": "1.10.0", "description": "The react wrapper for zag", "keywords": [ "ui-machines", "state-machines", "zag", "react", "use-machine", "hook" ], "author": "Segun Adebayo <sage@adebayosegun.com>", "homepage": "https://github.com/chakra-ui/zag#readme", "license": "MIT", "repository": "https://github.com/chakra-ui/zag/tree/main/packages/frameworks/react", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/chakra-ui/zag/issues" }, "dependencies": { "@zag-js/core": "1.10.0", "@zag-js/store": "1.10.0", "@zag-js/types": "1.10.0", "@zag-js/utils": "1.10.0" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "@types/jsdom": "^21.1.7", "react": "19.1.0", "react-dom": "19.1.0", "clean-package": "2.2.0", "@testing-library/react": "^16.3.0", "@testing-library/jest-dom": "^6.6.3", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^26.0.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "clean-package": "../../../clean-package.config.json", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "scripts": { "build": "tsup", "lint": "eslint src", "typecheck": "tsc --noEmit", "test": "vitest" } }