{
  "name": "<%= name %>",
  "version": "1.0.0",
  "keywords": [
    "把关键字放在里面。它是一个字符串数组。这有助于人们发现你的包，因为它在 npm 搜索中列出。"
  ],
  "description": "在里面放一段描述。这是一个字符串。这有助于人们发现您的包，因为它在 npm 搜索中列出。",
  "author": {
    "name": "DefChigga",
    "email": "defchigga@qq.com",
    "url": ""
  },
  "contributors": [
    {
      "name": "RuanFuZhuan",
      "email": "1535224722@qq.com",
      "url": ""
    }
  ],
  "homepage": "设置软件包的主页 url。",
  "bugs": {
    "url": "项目问题跟踪的 url,最常用的是 GitHub 的 issues 页面。",
    "email": "项目问题跟踪的 email"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/"
  },
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "stylelint": "stylelint --fix src/*.{css,scss,less,vue}",
    "prettier": "prettier --write **/*.{html,css,less,scss,js,jsx,ts,tsx,md,json}",
    "prepare": "husky install",
    "commit": "cz"
  },
  "dependencies": {
    "@wangeditor/editor": "^5.1.1",
    "@wangeditor/editor-for-vue": "^5.1.12",
    "animate.css": "^4.1.1",
    "axios": "^0.27.2",
    "core-js": "^3.8.3",
    "crypto-js": "^4.1.1",
    "echarts": "^5.3.2",
    "element-plus": "^2.1.11",
    "js-cookie": "^3.0.1",
    "lodash": "^4.17.21",
    "normalize.css": "^8.0.1",
    "nprogress": "^0.2.0",
    "pinia": "^2.0.14",
    "pinia-plugin-persistedstate": "^1.5.1",
    "screenfull": "^6.0.1",
    "vue": "^3.2.13",
    "vue-router": "^4.0.3",
    "wow.js": "^1.2.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.2.4",
    "@commitlint/config-conventional": "^16.2.4",
    "@types/crypto-js": "^4.1.1",
    "@types/js-cookie": "^3.0.2",
    "@types/nprogress": "^0.2.0",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "@vue/cli-plugin-babel": "~5.0.0",
    "@vue/cli-plugin-eslint": "~5.0.0",
    "@vue/cli-plugin-router": "~5.0.0",
    "@vue/cli-plugin-typescript": "~5.0.0",
    "@vue/cli-plugin-vuex": "~5.0.0",
    "@vue/cli-service": "~5.0.0",
    "@vue/eslint-config-standard": "^6.1.0",
    "@vue/eslint-config-typescript": "^9.1.0",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-vue": "^8.0.3",
    "husky": "^7.0.4",
    "postcss": "^8.4.16",
    "postcss-html": "^1.5.0",
    "postcss-less": "^6.0.0",
    "postcss-scss": "^4.0.4",
    "prettier": "^2.7.1",
    "sass": "^1.32.7",
    "sass-loader": "^12.0.0",
    "style-resources-loader": "^1.4.1",
    "stylelint": "^14.11.0",
    "stylelint-config-prettier": "^9.0.3",
    "stylelint-config-prettier-scss": "^0.0.1",
    "stylelint-config-recommended-less": "^1.0.4",
    "stylelint-config-recommended-scss": "^7.0.0",
    "stylelint-config-recommended-vue": "^1.4.0",
    "stylelint-config-standard": "^28.0.0",
    "stylelint-less": "^1.0.6",
    "stylelint-order": "^5.0.0",
    "stylelint-scss": "^4.3.0",
    "svg-sprite-loader": "^6.0.11",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "~4.5.5",
    "unplugin-auto-import": "^0.7.1",
    "unplugin-vue-components": "^0.19.3",
    "vue-cli-plugin-style-resources-loader": "~0.1.5"
  },
  "engines": {
    "node": ">= 12.0.0",
    "npm": ">= 6.0.0",
    "yarn": ">= 1.0.0"
  },
  "lint-staged": {
    "src/*.{css,scss,less,vue}": "stylelint --fix src/*.{css,scss,less,vue}",
    "src/*.{js,jsx,ts,tsx,vue}": " vue-cli-service lint",
    "**/*.{html,css,less,scss,js,jsx,ts,tsx,md,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
