zm-tree-org-cl
Version:
A simplified organization chart with components dependent on [Vue org tree](https://github.com/hukaibaihu/vue-org-tree). On this basis, part of the source code is optimized and modified. And it depends on [Vue draggable recoverable](https://github.com/ma
84 lines (83 loc) • 1.95 kB
JSON
{
"name": "zm-tree-org-cl",
"version": "1.0.3",
"author": "caolei",
"private": false,
"main": "lib/zm-tree-org.common.js",
"license": "MIT",
"homepage": "",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://gitee.com/CaoLei/zm-tree-org.git"
},
"keywords": [
"zm-tree-org",
"orgchart",
"vue",
"tree-org",
"组织架构图"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-lib": "vue-cli-service build --target lib --name zm-tree-org --dest lib src/index.js"
},
"dependencies": {
"core-js": "^3.6.5",
"node-sass": "^8.0.0",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/component-compiler-utils": "^3.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"html-loader": "^1.3.2",
"iview-loader": "^1.3.0",
"markdown-it": "^12.0.2",
"markdown-it-anchor": "^6.0.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^3.0.0",
"markdown-loader": "^6.0.0",
"sass-loader": "^10.0.4",
"style-loader": "^2.0.0",
"transliteration": "^2.1.11",
"view-design": "^4.4.0",
"vue-router": "^3.4.8",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {
"no-unused-vars": [
1,
{
"vars": "all",
"args": "after-used"
}
]
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}