{
  "name": "bc-pivot-table",
  "version": "1.3.1",
  "private": false,
  "main": "lib/bc-pivot-table.common.js",
  "module": "lib/bc-pivot-table.common.js",
  "description": "用div重构的一个透视表",
  "author": "beckhayu",
  "types": "lib/@types/index.d.ts",
  "license": "MIT",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "build-npm": "vue-cli-service build --target lib --dest lib ./plugin/index.ts"
  },
  "dependencies": {
    "core-js": "^3.6.5",
    "vue": "^3.0.0"
  },

  "repository": {
    "type": "git",
    "url": "git+https://github.com/beckhayu888/bc-pivot-table.git"
  },
  "bugs": {
    "url": "https://github.com/beckhayu888/bc-pivot-table.git/issues"
  },
  "homepage": "https://github.com/beckhayu888/bc-pivot-table.git",
  "keywords": [
    "vue3.x",
    "vuejs",
    "typescript",
    "vuecli4.x"
  ],
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-plugin-router": "~4.5.0",
    "@vue/cli-plugin-typescript": "~4.5.0",
    "@vue/cli-plugin-vuex": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/compiler-sfc": "^3.0.0",
    "@vue/eslint-config-prettier": "^6.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "bc-pivot-table": "^0.1.3",
    "eslint": "^6.7.2",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-vue": "^7.0.0",
    "prettier": "^2.2.1",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "typescript": "~4.1.5",
    "vue-dts-gen": "^0.3.0"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/vue3-essential",
      "eslint:recommended",
      "@vue/typescript/recommended",
      "@vue/prettier",
      "@vue/prettier/@typescript-eslint"
    ],
    "parserOptions": {
      "ecmaVersion": 2020
    },
    "rules": {}
  },
  "files": [
    "lib"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ],
  "prettier": {
    "printWidth": 1500,
    "tabWidth": 2,
    "useTabs": false,
    "semi": true,
    "singleQuote": true,
    "proseWrap": "never",
    "jsxSingleQuote": true,
    "jsxBracketSameLine": true,
    "trailingComma": "all",
    "endOfLine": "lf"
  }
}
