vue3-organization-chart
Version:

72 lines (71 loc) • 1.72 kB
JSON
{
"name": "vue3-organization-chart",
"version": "1.9.4",
"private": false,
"author": "augustin <augustin.ribreau@gmail.com>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-component": "vue-cli-service build --target lib --name orgchart ./src/components/index.js",
"lint": "vue-cli-service lint"
},
"main": "./dist/orgchart.umd.min.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AugustinRibreau/vue3-orgchart.git"
},
"keywords": [
"vuejs",
"vue3js",
"organization",
"chart",
"orgchart",
"tree",
"tree-like",
"tree-view"
],
"dependencies": {
"core-js": "^3.6.5",
"jquery": "^3.6.0",
"vue": "^3.0.0",
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-service": "~4.5.11",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"prettier": "^2.2.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"description": "",
"bugs": {
"url": "https://github.com/AugustinRibreau/vue3-orgchart/issues"
},
"homepage": "https://github.com/AugustinRibreau/vue3-orgchart#readme"
}