{
  "name": "new-dream",
  "version": "2.4.3",
  "description": "The pop-up UI component of Vue2",
  "main": "src/main",
  "scripts": {
    "build": "tsc && webpack --mode production && sass ./src/scss/index.scss ./dist/index.css"
  },
  "keywords": [
    "Vue2's pop-up UI component library",
    "可拖拽弹窗",
    "自定义右键菜单",
    "请提示",
    "消息确认框",
    "截图",
    "Loading"
  ],
  "author": "Kobold",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/woyou0712/new-dream/issues"
  },
  "homepage": "https://github.com/woyou0712/new-dream",
  "devDependencies": {
    "@babel/types": "^7.19.3",
    "vue": "^2.6.14",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "dependencies": {
    "html2canvas": "^1.4.1"
  }
}
