{
  "name": "@dianjing/vue-components",
  "version": "1.0.7",
  "description": "Vue 组件库",
  "main": "lib/components.umd.js",
  "module": "lib/component.esm.js",
  "unpkg": "lib/component.min.js",
  "browser": {
    "./lib": "src/index.ts"
  },
  "scripts": {
    "start": "rollup --config rollup.config.js -w -m",
    "build": "rollup --config rollup.config.js",
    "toggle:taobao": "npm config set registry http://registry.npm.taobao.org/",
    "toggle:guanfang": "npm config set registry https://registry.npmjs.org/",
    "pub": "npm publish --access public",
    "doc": "doctoc ./README.md"
  },
  "keywords": [
    "Vue",
    "Components"
  ],
  "author": "tujiawei",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/preset-env": "^7.16.4",
    "@babel/preset-typescript": "^7.16.0",
    "@babel/runtime-corejs3": "^7.16.3",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-image": "^2.1.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@vue/compiler-sfc": "^3.2.22",
    "autoprefixer": "9.3.1",
    "core-js": "^3.19.1",
    "doctoc": "^2.1.0",
    "postcss": "^8.4.3",
    "postcss-plugin-px2rem": "^0.8.1",
    "rollup": "^2.60.1",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.1",
    "rollup-plugin-vue": "5.1.7",
    "tslib": "^2.3.1",
    "typescript": "^4.5.2",
    "vant": "^2.12.35",
    "vue": "^2.6.14",
    "vue-loader": "^15.9.8",
    "vue-template-compiler": "^2.6.14"
  },
  "dependencies": {
    "@mrtujiawei/utils": "^1.5.8",
    "@mrtujiawei/web-utils": "^1.1.2",
    "svga.lite": "^1.6.1"
  }
}
