You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vue3-org-chart/package.json

26 lines
518 B
JSON

{
"name": "vue3-org-chart",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
1 year ago
"axios": "^1.6.4",
"dom-to-image": "^2.6.0",
"element-plus": "^2.4.4",
"html2pdf.js": "^0.10.1",
1 year ago
"js-cookie": "^3.0.5",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"vue3-tree-org": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.8"
}
}