{
  "name": "@wocwin/t-ui",
  "version": "1.3.1",
  "description": "Vue 中基于Element-ui二次封装基础组件文档",
  "author": "wocwin <wocwin@163.com>",
  "license": "MIT",
  "private": false,
  "main": "lib/t-ui.umd.min.js",
  "unpkg": "lib/t-ui.umd.min.js",
  "jsdelivr": "lib/t-ui.umd.min.js",
  "scripts": {
    "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open --fix",
    "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
    "pub": "npm publish --registry=https://registry.npmjs.org/",
    "docs:dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
    "docs:build": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
    "lib": "rimraf lib && SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name t-ui --dest lib packages/index.js",
    "clean": "rimraf lib",
    "dist": "npm run clean  && npm run lib && webpack --config build/webpack.conf.js",
    "deploy": "deploy.sh"
  },
  "dependencies": {
    "@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
    "async-validator": "^4.2.5",
    "axios": "^0.21.2",
    "blueimp-md5": "^2.19.0",
    "core-js": "^3.6.5",
    "dayjs": "^1.8.33",
    "element-ui": "^2.15.14",
    "es6-promise": "^4.2.8",
    "highlight.js": "^10.1.1",
    "js-cookie": "^2.2.1",
    "jsencrypt": "3.0.0-rc.1",
    "moment": "^2.29.3",
    "path-to-regexp": "2.4.0",
    "screenfull": "^4.2.0",
    "sortablejs": "^1.15.0",
    "vue": "2.6.14",
    "vue-draggable-resizable": "^2.3.0",
    "vue-highlight.js": "^3.1.0",
    "vue-router": "^3.4.3",
    "vue-seamless-scroll": "^1.1.23",
    "vue-server-renderer": "2.6.14",
    "vuedraggable": "^2.24.3",
    "vuepress": "^1.5.2",
    "vuepress-plugin-gotop-plus": "^1.0.4",
    "vuex": "^3.5.1",
    "xlsx": "^0.17.0"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.3",
    "@vue/cli-plugin-eslint": "^4.5.3",
    "@vue/cli-plugin-unit-mocha": "^4.5.3",
    "@vue/cli-service": "^4.5.3",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/test-utils": "1.0.0-beta.31",
    "babel-eslint": "^10.1.0",
    "chai": "^4.1.2",
    "css-loader": "^2.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "postcss": "^7.0.14",
    "progress-bar-webpack-plugin": "^1.11.0",
    "sass": "1.32.13",
    "sass-loader": "^8.0.2",
    "style-loader": "^0.23.1",
    "vue-cli-plugin-element": "^1.0.1",
    "vue-loader": "^15.7.0",
    "vue-template-compiler": "2.6.14",
    "vuepress-plugin-typescript": "^0.3.1",
    "webpack": "^4.14.0",
    "webpack-cli": "^3.0.8",
    "webpack-dev-server": "^3.1.11",
    "webpack-node-externals": "^1.7.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wocwin/t-ui.git"
  },
  "homepage": "https://wocwin.github.io/t-ui/",
  "keywords": [
    "element-ui",
    "element-plus",
    "ant-design-vue",
    "vue",
    "wocwin",
    "table",
    "el-table",
    "el-form",
    "form",
    "t-ui",
    "二次封装组件",
    "封装组件",
    "components"
  ]
}