UNPKG

@neovici/cosmoz-treenode-navigator

Version:

A Pion component that lets you navigate and search through hierarchically structured data-nodes and select one of them.

100 lines (99 loc) 2.89 kB
{ "name": "@neovici/cosmoz-treenode-navigator", "version": "8.3.0", "type": "module", "description": "A Pion component that lets you navigate and search through hierarchically structured data-nodes and select one of them.", "keywords": [ "pion", "pionjs", "haunted", "lit-html", "web-components" ], "homepage": "https://github.com/Neovici/cosmoz-treenode-navigator#readme", "bugs": { "url": "https://github.com/Neovici/cosmoz-treenode-navigator/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Neovici/cosmoz-treenode-navigator.git" }, "license": "Apache-2.0", "author": "", "main": "dist/cosmoz-treenode-navigator.js", "types": "dist/cosmoz-treenode-navigator.d.ts", "directories": { "test": "test" }, "files": [ "dist", "test/data" ], "scripts": { "lint": "eslint --cache .", "check:duplicates": "check-duplicate-components", "start": "npm run storybook:start", "test": "vitest --run", "test:unit": "vitest --project=unit --run", "test:storybook": "vitest --project=storybook --run", "test:watch": "vitest", "prepare": "husky", "build": "tsc", "changeset": "changeset", "storybook:start": "storybook dev -p 8000", "storybook:build": "storybook build", "storybook:deploy": "storybook-to-ghpages", "storybook:preview": "npm run storybook:build && http-server ./storybook-static/ --silent" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/cosmoz-treenode-navigator.d.ts", "default": "./dist/cosmoz-treenode-navigator.js" }, "./cosmoz-treenode-navigator": { "types": "./dist/cosmoz-treenode-navigator.d.ts", "default": "./dist/cosmoz-treenode-navigator.js" }, "./cosmoz-treenode-button-view": { "types": "./dist/cosmoz-treenode-button-view.d.ts", "default": "./dist/cosmoz-treenode-button-view.js" } }, "dependencies": { "@lit-labs/virtualizer": "^2.0.0", "@neovici/cosmoz-button": "^1.0.0", "@neovici/cosmoz-icons": "^1.5.0", "@neovici/cosmoz-input": "^5.0.0", "@neovici/cosmoz-tokens": "^3.2.1", "@neovici/cosmoz-tooltip": "^1.1.0", "@neovici/cosmoz-tree": "^3.7.3", "@neovici/cosmoz-utils": "^6.8.1", "@pionjs/pion": "^2.12.0", "i18next": ">=23.0.0 <27.0.0", "lit-html": "^2.0.0 || ^3.0.0" }, "devDependencies": { "@changesets/cli": "^2.31.0", "@neovici/cfg": "^2.8.0", "@playwright/test": "^1.60.0", "@storybook/addon-docs": "^10.0.0", "@storybook/addon-vitest": "^10.2.4", "@storybook/web-components-vite": "^10.2.4", "@types/node": "^24.0.0", "@vitest/browser": "^4.0.18", "@vitest/browser-playwright": "^4.0.18", "http-server": "^14.1.1", "husky": "^9.0.0", "jsdom": "^28.0.0", "lint-staged": "^16.2.7", "lit": "^3.2.1", "remark-gfm": "^4.0.1", "shadow-dom-testing-library": "^1.13.1", "storybook": "^10.0.0", "typescript": "^5.8.2", "vitest": "^4.0.18" } }