UNPKG

@zenithui/light-box

Version:

A Light Box is React component that displays a light box with a content area and a close button from the ZenithUI ecosystem.

83 lines 2 kB
{ "name": "@zenithui/light-box", "version": "1.1.2", "description": "A Light Box is React component that displays a light box with a content area and a close button from the ZenithUI ecosystem.", "private": false, "publishConfig": { "access": "public" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "components", "ui", "zenithui", "accessible", "design-system", "styled-components", "styled-system", "typescript", "light-box" ], "scripts": { "prepack": "node update-deps.js", "postpublish": "node reset-deps.js", "prepublishOnly": "pnpm build", "build": "rslib build", "check": "biome check --write", "dev": "rslib build --watch", "format": "biome format --write", "lint": "biome lint", "lint:fix": "biome lint --write", "clean": "rm -rf dist" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@rsbuild/plugin-react": "^1.2.0", "@rslib/core": "^0.6.3", "rsbuild-plugin-dts": "^0.5.5" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "peerDependenciesMeta": { "react": { "optional": false }, "react-dom": { "optional": false } }, "engines": { "npm": ">=9", "node": ">=20" }, "homepage": "https://zenithui-docs.vercel.app/", "bugs": { "url": "https://github.com/ChanduBobbili/ZenithUi/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ChanduBobbili/ZenithUi.git#main" }, "license": "MIT", "author": "Chandu Bobbili <chandubobbili12@gmail.com> (https://github.com/ChanduBobbili)", "dependencies": { "@radix-ui/react-dialog": "^1.1.11", "@zenithui/utils": "0.3.0", "@use-gesture/react": "^10.3.1" }, "packageManager": "pnpm@9.5.0" }