UNPKG

family-tree-vue

Version:

A vue2 component to display family tree

57 lines (56 loc) 1.66 kB
{ "name": "family-tree-vue", "version": "0.6.0", "description": "A vue2 component to display family tree", "main": "lib/FamilyTree.umd.min.js", "author": "PanStar", "keywords": [ "vue", "tree", "family", "family tree" ], "types": "types/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/PanStar/family-tree-vue.git" }, "bugs": { "url": "https://github.com/PanStar/family-tree-vue/issues" }, "homepage": "https://github.com/PanStar/family-tree-vue#readme", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lib": "vue-cli-service build --target lib --dest lib --name FamilyTree ./components/index.ts", "lint": "vue-cli-service lint" }, "dependencies": { "@ant-design/icons-vue": "4.0.6", "core-js": "^3.8.3", "vue": "^2.6.14" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", "@vue/eslint-config-typescript": "^9.1.0", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-runtime": "^6.26.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.0.3", "less": "^4.0.0", "less-loader": "^8.0.0", "prettier": "^2.4.1", "typescript": "~4.5.5", "vue-class-component": "^7.2.6", "vue-property-decorator": "^9.1.2", "vue-template-compiler": "^2.6.14" } }