organization-chart-vue3
Version:
A lightweight, interactive organization chart component for Vue 3 with collapsible nodes, TypeScript types, custom slots, and selection events
73 lines (72 loc) • 1.93 kB
JSON
{
"name": "organization-chart-vue3",
"version": "1.2.2",
"description": "A lightweight, interactive organization chart component for Vue 3 with collapsible nodes, TypeScript types, custom slots, and selection events",
"author": "LeeJams [woals214@gmail.com]",
"type": "module",
"main": "./dist/organization-chart-vue3.umd.cjs",
"module": "./dist/organization-chart-vue3.js",
"types": "./dist/index.d.ts",
"style": "./dist/style.css",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/organization-chart-vue3.js",
"require": "./dist/organization-chart-vue3.umd.cjs"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeJams/Organization-Chart-Vue3"
},
"files": [
"dist"
],
"keywords": [
"vue",
"vue3",
"vue3 component",
"vue3 organization chart",
"vue3 organization",
"vue3 chart",
"vue3 org",
"organization",
"chart",
"org",
"organization chart",
"vue3 org chart",
"vue3 org"
],
"license": "MIT",
"homepage": "https://leejams.github.io/Organization-Chart-Vue3/",
"scripts": {
"dev": "vite",
"clean": "rm -rf dist",
"build": "npm run clean && npm run build-types && vite build --mode lib",
"build-demo": "vite build --mode demo",
"build-types": "vue-tsc -p tsconfig.build.json",
"check:pack": "npm pack --dry-run",
"test": "vitest run"
},
"peerDependencies": {
"vue": ">=3.3.4 <4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"@vue/test-utils": "^2.4.6",
"jsdom": "^29.0.2",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vitest": "^4.1.4",
"vue": "^3.5.32",
"vue-tsc": "^3.2.6"
}
}