{
  "name": "limbo-vue-components",
  "version": "2.1.5",
  "description": "通用组件库",
  "main": "lib/index.js",
  "scripts": {
    "analyz": "NODE_ENV=production npm_config_report=true yarn build",
    "build": "yarn clean && webpack --config ./build/webpack.config.js",
    "clean": "rimraf lib",
    "lint:ext": "eslint --ext .js,.vue .",
    "lint:fix": "eslint --fix --ext .js,.vue .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "patch": "npm version patch && git push origin master && git push origin --tags && npm publish",
    "minor": "npm version minor && git push origin master && git push origin --tags && npm publish",
    "major": "npm version major && git push origin master && git push origin --tags && npm publish"
  },
  "dependencies": {
    "babel-plugin-jsx-v-model": "2.0.3",
    "path": "^0.12.7",
    "plupload": "2.3.6",
    "qrcode": "1.4.4",
    "video.js": "7.10.2",
    "wangeditor": "3.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.21.0",
    "@babel/generator": "^7.22.5",
    "@babel/parser": "^7.22.5",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.11.0",
    "@babel/traverse": "^7.22.5",
    "@babel/types": "^7.22.5",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
    "@vue/babel-preset-jsx": "^1.4.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "autoprefixer": "^9.8.6",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-component": "^1.1.1",
    "css-loader": "^3.5.3",
    "cssnano": "^4.1.10",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "file-loader": "^1.1.11",
    "fs-extra": "^11.1.1",
    "mini-css-extract-plugin": "^0.4.1",
    "postcss-loader": "^3.0.0",
    "rimraf": "^2.5.4",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "tapable": "^2.2.1",
    "url-loader": "^4.1.1",
    "vue-loader": "15.10.1",
    "vue-template-compiler": "2.5.21",
    "webpack": "^4.14.0",
    "webpack-bundle-analyzer": "^4.9.0",
    "webpack-cli": "^3.0.8"
  },
  "peerDependencies": {},
  "directories": {
    "lib": "lib"
  },
  "keywords": [
    "JS"
  ],
  "author": "limbo <yykaue@qq.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yykaue/limbo-vue-components.git"
  },
  "bugs": {
    "url": "https://github.com/yykaue/limbo-vue-components/issues"
  },
  "homepage": "https://github.com/yykaue/limbo-vue-components#readme"
}
