{
  "name": "@adityapurwa/he-tree-vue",
  "version": "2.0.14",
  "description": "A draggable sortable nested vue tree component.",
  "main": "dist/he-tree-vue.cjs.js",
  "module": "dist/he-tree-vue.esm.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types",
    "src"
  ],
  "unpkg": "dist/he-tree-vue.js",
  "author": "phphe <phphe@outlook.com> (https://github.com/phphe)",
  "contributors": [
    {
      "name": "Aditya Purwa",
      "url": "https://github.com/adityapurwa"
    }
  ],
  "homepage": "https://he-tree-vue.phphe.com",
  "bugs": {
    "url": "https://github.com/phphe/he-tree-vue/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adityapurwa/he-tree-vue.git"
  },
  "scripts": {
    "dev": "vue-cli-service serve",
    "build:web": "vue-cli-service build",
    "test:unit": "vue-cli-service test:unit",
    "build": "rollup --config",
    "watch": "rollup --config --watch",
    "commit": "git-cz"
  },
  "dependencies": {
    "@adityapurwa/draggable-helper": "5.0.8",
    "@babel/runtime": "^7.7.7",
    "helper-js": "^2.0.1",
    "vue-functions": "^2.0.6",
    "vue-runtime-helpers": "^1.1.2"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@rollup/plugin-babel": "^5.2.1",
    "@vue/babel-preset-app": "^4.2.3",
    "@vue/cli-plugin-babel": "^4.1.0",
    "@vue/cli-service": "^4.1.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "commitizen": "^4.1.2",
    "conventional-changelog-cli": "^2.0.34",
    "cz-conventional-changelog": "^3.2.0",
    "prettier": "^2.1.2",
    "pug": "^2.0.4",
    "pug-plain-loader": "^1.0.0",
    "rogo": "^2.0.2",
    "rollup-plugin-postcss": "^2.4.1",
    "rollup-plugin-vue": "^5.1.1",
    "sass": "^1.23.7",
    "sass-loader": "^8.0.0",
    "standard-version": "^8.0.0",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  },
  "peerDependencies": {
    "vue": "^2.6.10",
    "vue-property-decorator": "^8.4.0"
  },
  "license": "MIT",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
