{
  "name": "vue-baidu-calendar",
  "version": "1.0.8",
  "description": "基于vue3实现的百度日历组件",
  "main": "index.js",
  "module": "index.js",
  "files": [
    "dist",
    "index.js"
  ],
  "scripts": {
    "build": "rollup -c"
  },
  "keywords": [
    "vue",
    "calendar",
    "vue-next",
    "vue3",
    "日历组件"
  ],
  "author": "qiuquanwu <“919403255@qq.com>",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/plugin-syntax-jsx": "^7.10.4",
    "@babel/preset-env": "^7.11.0",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@vue/compiler-sfc": "^3.0.5",
    "clean-css": "^4.2.3",
    "rollup": "^2.23.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-css-only": "^2.1.0",
    "rollup-plugin-embed-css": "^1.0.21",
    "rollup-plugin-jsx": "^1.0.3",
    "rollup-plugin-styles": "^3.10.0",
    "rollup-plugin-stylus-css-modules": "^1.5.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-unassert": "^0.3.0",
    "rollup-plugin-vue": "^6.0.0-beta.10",
    "stylus": "^0.54.8",
    "vue": "^3.0.5",
    "ant-design-vue": "^2.0.0-rc.9"
  },
  "peerDependencies": {
    "vue": "^3.0.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qiuquanwu/vue-baidu-calendar"
  },
  "homepage": "https://github.com/qiuquanwu/vue-baidu-calendar"
}
