{
  "name": "modesign-ui",
  "version": "0.5.6",
  "private": false,
  "description": "销售云组件库",
  "main": "lib/modesign-ui.common.js",
  "author": "zhendao_scrm",
  "license": "MIT",
  "keyword": [
    "modesign",
    "modesign-ui"
  ],
  "scripts": {
    "clean": "rimraf lib && rimraf packages/*/lib",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --watch --config build/bin/dev-server.js",
    "build:theme": "node build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk",
    "build:examples": "cross-env NODE_ENV=production node build/bin/build-entry.js && node build/bin/build.js",
    "build:lib": "webpack --config build/webpack.common.js",
    "build:file": "node build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/version.js",
    "build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",
    "build:umd": "node build/bin/build-locale.js",
    "test": "node build/bin/test.js",
    "dist": "npm run build:file && webpack --config build/webpack.conf.js && npm run build:theme",
    "dist:all": "npm run clean && npm run build:file && webpack --config build/webpack.conf.js && webpack --config build/webpack.common.js && webpack --config build/webpack.component.js && npm run build:utils && npm run build:umd && npm run build:theme",
    "build:modesign": "cross-env BUILD_TYPE=modesign SHELL_TYPE=package VERSION=1.0.5.6 node shell.js",
    "build:modesign-all": "cross-env BUILD_TYPE=modesign SHELL_TYPE=all node shell.js",
    "build:pre": "npm run build:examples",
    "log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0",
    "cz": "git add . && git cz",
    "publish": "npm publish --registry http://npm.idc7x24.cn"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/vue-cli-plugin-commitlint/lib/cz"
    }
  },
  "dependencies": {
    "async-validator": "~1.8.1",
    "b-tween": "^0.3.3",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-polyfill": "^6.26.0",
    "clipboard": "^2.0.11",
    "core-js": "^3.6.5",
    "dayjs": "^1.10.3",
    "deepmerge": "^1.2.0",
    "lodash": "^4.17.21",
    "markdown-it": "^12.2.0",
    "markdown-it-anchor": "^8.1.2",
    "markdown-it-chain": "^1.3.0",
    "markdown-it-container": "^2.0.0",
    "moment": "^2.29.4",
    "normalize-wheel": "^1.0.1",
    "number-precision": "^1.5.0",
    "prismjs": "^1.29.0",
    "resize-observer-polyfill": "^1.5.0",
    "sortablejs": "^1.15.0",
    "svg-sprite-loader": "^3.8.0",
    "terser-webpack-plugin": "~4.1.0",
    "throttle-debounce": "^1.0.1",
    "transliteration": "^2.2.0",
    "vue": "^2.6.11",
    "vue-cropper": "^0.5.8",
    "vue-router": "^3.5.2"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^2.6.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^7.1.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^4.1.1",
    "babel-plugin-module-resolver": "^2.2.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "chalk": "^2.0.1",
    "commitizen": "^4.3.0",
    "commitlint": "^17.6.7",
    "conventional-changelog-cli": "^3.0.0",
    "cp-cli": "^1.0.2",
    "cross-env": "^3.1.3",
    "css-loader": "^2.1.0",
    "eslint": "^6.7.2",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "file-loader": "^1.1.11",
    "file-save": "^0.2.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-cssmin": "^0.2.0",
    "gulp-sass": "^4.0.2",
    "highlight.js": "^9.3.0",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^8.0.3",
    "json-templater": "^1.0.4",
    "mini-css-extract-plugin": "^0.4.1",
    "node-sass": "^4.12.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "ora": "^1.2.0",
    "portfinder": "^1.0.13",
    "postcss": "^7.0.14",
    "progress-bar-webpack-plugin": "^1.11.0",
    "right-pad": "^1.0.1",
    "rimraf": "^2.6.0",
    "sass-loader": "^8.0.2",
    "shelljs": "^0.8.5",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "uppercamelcase": "^1.1.0",
    "url-loader": "^1.0.1",
    "vue-cli-plugin-commitlint": "^1.0.12",
    "vue-loader": "^15.9.8",
    "vue-markdown-loader": "^2.4.1",
    "vue-template-compiler": "^2.6.14",
    "webpack": "^4.14.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^3.0.8",
    "webpack-dev-server": "^3.1.11",
    "webpack-merge": "^4.1.0",
    "webpack-node-externals": "^1.7.2"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "eslint:recommended"
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    },
    "rules": {
      "no-case-declarations": "off",
      "no-unused-vars": "off",
      "no-unused-components": "off",
      "valid-v-model": "off",
      "no-prototype-builtins": "off",
      "no-useless-escape": "off",
      "no-empty": "off",
      "vue/no-unused-components": "off"
    }
  },
  "engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0"
  },
  "unpkg": "lib/index.js",
  "style": "lib/theme-chalk/index.css",
  "browserslist": [
    "defaults",
    "not ie < 11",
    "last 2 versions",
    "> 1%",
    "iOS 7",
    "last 3 iOS versions"
  ]
}
