{
  "name": "@dgiot/dgiot-component",
  "description": "dgiot-component",
  "version": "0.0.5",
  "author": "h7ml <h7ml@qq.com>",
  "license": "Mozilla Public License Version 2.0",
  "main": "dist/dgiot-component.js",
  "module": "dist/dgiot-component.js",
  "browser": "dist/dgiot-component.js",
  "unpkg": "dist/dgiot-component.js",
  "jsdelivr": "dist/dgiot-component.js",
  "private": false,
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
    "lint:style": "stylelint **/*.{vue,scss} --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dext7r/dext7r.git"
  },
  "funding": "https://github.com/sponsors/h7ml",
  "dependencies": {
    "babel-plugin-component": "^1.1.1",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "element-ui": "^2.15.6",
    "loadsh": "^0.0.4",
    "md5": "^2.3.0",
    "moment": "^2.29.1",
    "sass": "^1.32.8",
    "sass-loader": "^7.0.0",
    "vue": "^2.5.11",
    "vuex": "^3.6.2",
    "vuex-persistedstate": "^4.0.0"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "homepage": "https://github.com/dgiot/dgiot-component.git",
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "engines": {
    "node": ">= 12.0.0",
    "npm": ">= 3.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-3": "^6.24.1",
    "cross-env": "^5.0.5",
    "css-loader": "^0.28.7",
    "eslint": "^3.19.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-html": "^3.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.2.0",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "file-loader": "^1.1.4",
    "stylelint": "^13.13.1",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-recess-order": "^2.5.0",
    "vue-loader": "^13.0.5",
    "vue-template-compiler": "^2.4.4",
    "webpack": "^3.6.0",
    "webpack-dev-server": "^2.9.1"
  }
}
