{
  "name": "@stella2/stella-ui",
  "version": "0.1.1",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lib": "vue-cli-service build --target lib --name stella-ui ./src/packages/index.js",
    "wc": "vue-cli-service build --target wc --name stella- src/packages/*.vue",
    "wc:async": "vue-cli-service build --target wc-async --name stella src/packages/*.vue",
    "test:unit": "vue-cli-service test:unit",
    "test": "karma start",
    "lint": "vue-cli-service lint",
    "deploy": "npm run build && gh-pages -d ./stella",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
  },
  "main": "/dist/stella-ui.umd.min.js",
  "dependencies": {
    "core-js": "^3.6.5",
    "highlight.js": "^10.1.1",
    "vue": "^2.6.11",
    "vue-click-outside": "^1.1.0",
    "vue-router": "^3.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^9.0.1",
    "@commitlint/config-conventional": "^9.0.1",
    "@vue/cli-plugin-babel": "~4.4.0",
    "@vue/cli-plugin-eslint": "~4.4.0",
    "@vue/cli-plugin-router": "~4.4.0",
    "@vue/cli-plugin-unit-mocha": "~4.4.0",
    "@vue/cli-service": "~4.4.0",
    "@vue/eslint-config-airbnb": "^5.0.2",
    "@vue/test-utils": "^1.0.3",
    "babel-eslint": "^10.1.0",
    "chai": "^4.1.2",
    "commitlint-config-cz": "^0.13.1",
    "conventional-changelog": "^3.1.21",
    "cz-conventional-changelog": "^3.2.0",
    "cz-customizable": "^6.2.1",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-vue": "^6.2.2",
    "gh-pages": "^3.1.0",
    "husky": "^4.2.5",
    "karma": "^5.1.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^4.0.2",
    "mocha": "^8.0.1",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "vue-template-compiler": "^2.6.11"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StellaYangF/stella-ui"
  }
}
