{
  "name": "pdfc3-web",
  "version": "3.1.5",
  "license": "MIT",
  "scripts": {
    "dev": "vue-cli-service serve",
    "build:prod": "vue-cli-service build",
    "build:stage": "vue-cli-service build --mode staging",
    "preview": "node build/index.js --preview",
    "lint": "eslint --ext .js --ext .jsx --ext .vue src/",
    "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
    "test:unit": "jest --clearCache && vue-cli-service test:unit",
    "test:ci": "npm run lint && npm run test:unit",
    "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
    "new": "plop",
    "analyz": "npm_config_report=true npm run build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,vue}": [
      "eslint --fix",
      "git add"
    ]
  },
  "keywords": [
    "vue",
    "admin",
    "dashboard",
    "element-ui",
    "boilerplate",
    "admin-template",
    "management-system"
  ],
  "dependencies": {
    "@babel/polyfill": "^7.7.0",
    "axios": "^0.18.1",
    "babel-polyfill": "^6.26.0",
    "base64url": "^3.0.1",
    "element-ui": "^2.12.0",
    "js-cookie": "2.2.0",
    "jsrsasign": "^8.0.12",
    "mini-css-extract-plugin": "^0.9.0",
    "nprogress": "0.2.0",
    "uuid": "^8.1.0",
    "vee-validate": "^2.2.13",
    "vue": "2.6.11",
    "vue-i18n": "7.3.2",
    "vue-router": "3.0.2",
    "vue-template-compiler": "2.6.11",
    "vuex": "3.1.0",
    "web-plugin": "^3.1.5"
  },
  "devDependencies": {
    "@babel/core": "7.0.0",
    "@babel/register": "7.0.0",
    "@vue/cli-plugin-babel": "3.5.3",
    "@vue/cli-plugin-eslint": "3.5.1",
    "@vue/cli-plugin-unit-jest": "3.5.3",
    "@vue/cli-service": "3.5.3",
    "@vue/test-utils": "1.0.0-beta.29",
    "autoprefixer": "^9.5.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "23.6.0",
    "chalk": "2.4.2",
    "compression-webpack-plugin": "^4.0.0",
    "connect": "3.6.6",
    "eslint": "^5.15.3",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^5.2.2",
    "gzip-loader": "0.0.1",
    "html-webpack-plugin": "3.2.0",
    "husky": "1.3.1",
    "lint-staged": "8.1.5",
    "node-sass": "4.13.1",
    "plop": "2.3.0",
    "runjs": "^4.3.2",
    "sass-loader": "^8.0.2",
    "script-ext-html-webpack-plugin": "2.1.3",
    "serve-static": "^1.13.2",
    "svg-sprite-loader": "4.1.3",
    "svgo": "1.2.0",
    "vue-highlightjs": "^1.3.3",
    "webpack-bundle-analyzer": "^3.8.0"
  },
  "engines": {
    "node": ">=8.9",
    "npm": ">= 3.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ]
}
