{
  "name": "@wya/mc",
  "version": "1.5.14",
  "description": "微一案微信小程序UI组件库",
  "main": "lib",
  "files": [
    "src/**",
    "lib/**"
  ],
  "scripts": {
    "start": "npm run dev",
    "dev": "npm run serve",
    "build": "cross-env NODE_ENV=production node ./compiler/build.js",
    "serve": "cross-env NODE_ENV=development node ./compiler/dev.js",
    "lint": "esw ./src/ ./config/ ./example/ --ext .wya,.js --color",
    "lint:fix": "npm run lint -- --fix",
    "lint:watch": "npm run lint -- --fix --watch",
    "mock": "cd ./mock && npm run start",
    "pub": "bash config/publish.sh",
    "test": "jest --config=jest.config.js --coverage",
    "test:watch": "jest --config=jest.config.js --coverage --watch",
    "add": "node ./config/add.prompt.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wya-team/wya-mc.git"
  },
  "keywords": [
    "weixin",
    "wya-mc",
    "component",
    "weiyian"
  ],
  "author": "deot",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wya-team/wya-mc/issues"
  },
  "homepage": "https://github.com/wya-team/wya-mc#readme",
  "dependencies": {
    "@wya/mp-polyfill": "^1.0.1",
    "async-validator": "^3.3.0",
    "echarts": "^5.3.3"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-function-bind": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.8.4",
    "@rollup/plugin-alias": "^3.1.1",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@rollup/plugin-replace": "^2.3.3",
    "autoprefixer": "^9.7.4",
    "babel-eslint": "^10.0.3",
    "chalk": "^4.0.0",
    "cross-env": "^7.0.0",
    "cssnano": "^4.1.10",
    "del": "^5.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-markdown": "^1.0.1",
    "eslint-watch": "^6.0.1",
    "fs-extra": "^8.1.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-postcss": "^8.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^4.0.2",
    "htmldom": "^4.0.11",
    "husky": "^4.2.3",
    "inquirer": "^7.1.0",
    "inquirer-autocomplete-prompt": "^1.4.0",
    "inquirer-search-checkbox": "^1.0.0",
    "jest": "^25.4.0",
    "lint-staged": "^10.0.7",
    "miniprogram-simulate": "^1.2.1",
    "node-sass": "^4.14.0",
    "npm-run-all": "^4.1.5",
    "regenerator-runtime": "0.12.1",
    "replace-ext": "^1.0.0",
    "rollup": "^2.15.0",
    "rollup-plugin-terser": "^7.0.2",
    "through2": "^3.0.1",
    "upath": "^1.2.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "node ./config/commit-lint"
    }
  },
  "lint-staged": {
    "{src,config,example}/**/*.{js,jsx}": [
      "esw --fix",
      "git add"
    ]
  }
}
