UNPKG

zircle

Version:

Zircle's circular components, rebuilt with Orbit and Zumly for the web. No Vue required.

77 lines (76 loc) 2.1 kB
{ "name": "zircle", "version": "2.0.0", "description": "Zircle's circular components, rebuilt with Orbit and Zumly for the web. No Vue required.", "author": "Juan Martín Muda <juan.martin.muda@gmail.com>", "license": "MIT", "type": "module", "main": "./dist/zircle.js", "module": "./dist/zircle.js", "types": "./index.d.ts", "unpkg": "./dist/zircle.iife.js", "jsdelivr": "./dist/zircle.iife.js", "exports": { ".": { "types": "./index.d.ts", "import": "./dist/zircle.js", "default": "./dist/zircle.js" }, "./standalone": { "types": "./index.d.ts", "import": "./dist/zircle.standalone.js", "default": "./dist/zircle.standalone.js" }, "./style": "./dist/zircle.css", "./style.css": "./dist/zircle.css", "./components.css": "./dist/zircle.components.css", "./package.json": "./package.json" }, "sideEffects": true, "files": [ "dist", "index.d.ts", ".github/CONTRIBUTING.md", "docs/MIGRATION.md", "docs/ORIGINAL.md" ], "scripts": { "compile": "node esbuild.config.mjs", "dev": "node scripts/dev.mjs", "test": "npm run compile && node --test tests/package.test.mjs && playwright test", "test:package": "npm run compile && node --test tests/package.test.mjs", "test:browser": "playwright test", "check": "npm test", "bump:dry": "npx @zumerbox/bump -d", "bump": "npx @zumerbox/bump && npx @zumerbox/changelog", "build": "npm run compile && npm pack", "release:push": "git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags", "prepack": "npm run compile" }, "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/zircleUI/zircleUI.git" }, "dependencies": { "@zumer/orbit": "1.5.0", "zumly": "0.97.0" }, "devDependencies": { "@playwright/test": "1.55.1", "esbuild": "0.25.12" }, "keywords": [ "zircle", "zui", "zoomable", "radial", "orbit", "zumly", "frontend", "library", "vanilla" ] }