UNPKG

@yworks/react-yfiles-company-ownership

Version:

yFiles React Company Ownership Component - A powerful and versatile React component based on the yFiles library, allows you to seamlessly incorporate dynamic and interactive company ownership diagrams into your applications.

67 lines (66 loc) 2.01 kB
{ "name": "@yworks/react-yfiles-company-ownership", "version": "2.1.1", "author": { "name": "yFiles for HTML team @ yWorks GmbH", "email": "yfileshtml@yworks.com" }, "description": "yFiles React Company Ownership Component - A powerful and versatile React component based on the yFiles library, allows you to seamlessly incorporate dynamic and interactive company ownership diagrams into your applications.", "keywords": [ "react", "yfiles", "javascript", "typescript", "library", "graph", "diagram", "company ownership", "interactive" ], "homepage": "https://docs.yworks.com/react-yfiles-company-ownership", "repository": { "type": "git", "url": "git+https://github.com/yWorks/react-yfiles-company-ownership.git" }, "bugs": { "url": "https://github.com/yWorks/react-yfiles-company-ownership/issues" }, "license": "SEE LICENSE IN ./LICENSE", "type": "module", "main": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./WebWorkerSupport": "./dist/WebWorkerSupport.js", "./dist/index.css": "./dist/index.css" }, "types": "./dist/index.d.ts", "scripts": { "tsc": "tsc", "dev": "tsup --watch --sourcemap --dts --format esm --entry.index src/index.ts --entry.WebWorkerSupport src/core/WebWorkerSupport.ts && api-extractor run --local", "build": "tsup --clean --dts --format esm --entry.index src/index.ts --entry.WebWorkerSupport src/core/WebWorkerSupport.ts && api-extractor run --local" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18", "@yfiles/yfiles": ">=30" }, "devDependencies": { "@microsoft/api-extractor": "^7.55.2", "@types/react": ">=18", "@types/react-dom": ">=18", "tsup": "^8.5.1", "typescript": "^5.9.3" }, "dependencies": { "@yworks/react-yfiles-core": "^3.1.0" }, "files": [ "LICENSE", "dist", "package.json", "README.md" ] }