{
  "name": "@adber/shipber-ui-dev",
  "version": "1.0.6",
  "main": "lib/shipber-ui.common.js",
  "files": [
    "lib",
    "packages",
    "src",
    "types",
    "utils"
  ],
  "typings": "types/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage",
    "serve": "vue-cli-service serve",
    "build-bundle": "npm run clean && vue-cli-service build --target lib --inline-vue --name shipber-ui --dest lib packages/index.js",
    "lib": "vue-cli-service build --target lib --name shipber-ui --dest lib packages/index.js"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "dayjs": "^1.10.4",
    "i18next": "^20.3.1",
    "vuedraggable": "^2.24.3",
    "lodash": "^4.17.15",
    "vue-property-decorator": "^8.4.2",
    "element-ui": "^2.13.2",
    "vue-i18n": "^8.18.2",
    "vue-cli-plugin-style-resources-loader": "^0.1.4"
  },
  "devDependencies": {
    "@types/jest": "^24.0.19",
    "@types/lodash": "^4.14.166",
    "@typescript-eslint/eslint-plugin": "^2.33.0",
    "@typescript-eslint/parser": "^2.33.0",
    "@vue/cli-plugin-babel": "~4.4.0",
    "@vue/cli-plugin-eslint": "~4.4.0",
    "@vue/cli-plugin-router": "~4.4.0",
    "@vue/cli-plugin-typescript": "~4.4.0",
    "@vue/cli-plugin-unit-jest": "~4.4.0",
    "@vue/cli-plugin-vuex": "~4.4.0",
    "@vue/cli-service": "~4.4.0",
    "@vue/composition-api": "^1.0.0-rc.10",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/eslint-config-typescript": "^5.0.2",
    "@vue/test-utils": "^1.0.3",
    "babel-eslint": "^10.0.1",
    "chalk": "^4.1.1",
    "element-ui": "^2.13.2",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.24.1",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-vue": "^6.2.2",
    "highlight.js": "^9.17.1",
    "lint-staged": "^10.2.13",
    "lodash": "^4.17.15",
    "markdown-it": "^10.0.0",
    "node-sass": "^4.12.0",
    "prettier": "2.3.0",
    "pretty-quick": "^3.1.0",
    "sass-loader": "^8.0.2",
    "style-resources-loader": "^1.3.3",
    "stylelint": "^13.12.0",
    "stylelint-config-standard": "^22.0.0",
    "stylelint-webpack-plugin": "^2.1.1",
    "typescript": "~3.9.3",
    "vue": "^2.6.11",
    "vue-async-computed": "^3.8.2",
    "vue-async-computed-decorator": "^0.0.5",
    "vue-class-component": "^7.2.3",
    "vue-cli-plugin-style-resources-loader": "^0.1.4",
    "vue-i18n": "^8.18.2",
    "vue-markdown-loader": "^2.4.1",
    "vue-property-decorator": "^8.4.2",
    "vue-router": "^3.2.0",
    "vue-template-compiler": "^2.6.11",
    "vuex": "^3.1.1",
    "vuex-module-decorators": "^1.0.1"
  },
  "keywords": [
    "vue",
    "@adber/shipber-ui"
  ],
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doublechain4790/shipber-frontend-common.git"
  },
  "author": "adber",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/doublechain4790/shipber-frontend-common/issues"
  },
  "homepage": "https://github.com/doublechain4790/shipber-frontend-common#readme",
  "description": ""
}
