{
  "name": "@stella2/xj-ui",
  "version": "0.2.6",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "test": "karma start",
    "lib": "vue-cli-service build --target lib --name xj-ui ./src/packages/index.js",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
  },
  "main": "./dist/xj-ui.common.js",
  "dependencies": {
    "core-js": "^3.6.4",
    "vue": "^2.6.11"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.9.5",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/karma": "^4.4.1",
    "@types/karma-chai": "^0.1.2",
    "@types/karma-chrome-launcher": "^3.1.0",
    "@types/karma-mocha": "^1.3.0",
    "@types/karma-spec-reporter": "0.0.0",
    "@types/karma-webpack": "^2.0.7",
    "@types/mocha": "^7.0.2",
    "@vue/cli-plugin-babel": "~4.3.0",
    "@vue/cli-plugin-unit-mocha": "~4.3.0",
    "@vue/cli-service": "~4.3.0",
    "@vue/test-utils": "^1.0.0-beta.31",
    "babel-plugin-istanbul": "^6.0.0",
    "chai": "^4.1.2",
    "commitlint-config-cz": "^0.13.1",
    "conventional-changelog": "^3.1.18",
    "cross-env": "^7.0.2",
    "cz-conventional-changelog": "^3.2.0",
    "cz-customizable": "^6.2.0",
    "husky": "^4.2.5",
    "karma": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.1",
    "karma-mocha": "^1.3.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^4.0.2",
    "mocha": "^7.1.1",
    "sass": "^1.26.3",
    "sass-loader": "^8.0.2",
    "vue-template-compiler": "^2.6.11"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StellaYangF/xj-ui"
  }
}
