{
  "name": "@gaoding/gd-components",
  "version": "1.17.0-beta.7",
  "description": "Gaoding UI components library.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "style": "dist/gdui.css",
  "files": [
    "dist",
    "es",
    "lib",
    "assets",
    "packages"
  ],
  "scripts": {
    "start": "npm run build:entry && vuepress dev docs -p 8001",
    "build": "npm run clear && npm run build:entry && node scripts/build && npm run build:lib",
    "build:lib": "BABEL_ENV=lib vue-cli-service build --target lib --name gdui ./es/index.js",
    "build:docs": "vuepress build docs",
    "test": "BABEL_MODULE=commonjs jest",
    "test:watch": "BABEL_MODULE=commonjs jest  --watch",
    "build:entry": "node scripts/generate-entry.js",
    "clear": "rm -rf lib & rm -rf dist && rm -rf es",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && sed -i '' -e '1i \\ \n # CHANGELOG\n'  CHANGELOG.md && cp CHANGELOG.md ./docs/CHANGELOG.md",
    "commit": "npx git-cz",
    "lint": "NODE_ENV=production && eslint --fix"
  },
  "keywords": [],
  "license": "ISC",
  "peerDependencies": {
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-syntax-jsx": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@gaoding/eslint-config-vue": "^1.0.6",
    "@vue/cli-plugin-babel": "^3.3.0",
    "@vue/cli-service": "^3.0.5",
    "@vue/component-compiler": "^3.6.0",
    "@vue/test-utils": "^1.0.0-beta.27",
    "@vuese/parser": "^2.0.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-define": "^1.3.1",
    "babel-plugin-transform-vue-jsx": "^4.0.0",
    "cac": "^6.3.9",
    "conventional-changelog-cli": "^2.0.5",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^5.1.0",
    "jest": "^24.0.0-alpha.9",
    "jest-serializer-vue": "^2.0.2",
    "less": "^3.8.0",
    "less-loader": "^4.1.0",
    "lint-staged": "^7.3.0",
    "markdown-it-container": "^2.0.0",
    "markdown-it-task-lists": "^2.1.1",
    "postcss-inline-svg": "^3.1.1",
    "postcss-url": "^8.0.0",
    "vue": "^2.5.17",
    "vue-jest": "^3.0.2",
    "vue-template-compiler": "^2.5.17",
    "vuepress": "^1.0.0-alpha.30"
  },
  "optionalDependencies": {
    "vue": "^2.5.17",
    "vue-router": "^3.0.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.1.5",
    "@babel/runtime-corejs2": "^7.3.1",
    "@xkeshi/vue-qrcode": "^1.0.0",
    "axios": "^0.18.0",
    "path-to-regexp": "^3.0.0",
    "crypto-js": "^3.1.9-1",
    "eventemitter3": "^3.1.0",
    "intersection-observer": "^0.5.1",
    "lodash": "^4.17.11",
    "popper.js": "^1.14.4",
    "qs": "^6.7.0"
  }
}
