UNPKG

hx-white-board

Version:

```bash npm install hx-white-board ```

54 lines (53 loc) 1.48 kB
{ "name": "hx-white-board", "version": "0.2.19", "main": "dist/white-board.es.js", "module": "dist/white-board.es.js", "types": "dist/packages/index.d.ts", "keywords": [ "white-board", "hx-white-board" ], "author": "zhangwb94@qq.com", "license": "MIT", "homepage": "", "scripts": { "dev": "vite --config ./build/base.config.ts", "build:doc": "vue-tsc --noEmit && vite build --config ./build/doc.config.ts && node script/copyDir.js", "build:lib": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts && npm pack", "gen": "node ./script/genNewComp/index.js" }, "peerDependencies": { "prismjs": "^1.27.0", "vue": "^3.2.23", "vue-router": "^4.0.12" }, "dependencies": { "@types/lodash.clonedeep": "^4.5.7", "@types/lodash.throttle": "^4.1.7", "@types/uuid": "^9.0.4", "debug": "^4.3.4", "fabric": "^5.3.0", "fabric-history": "^1.6.0", "hotkeys-js": "^3.11.2", "lodash.clonedeep": "^4.5.0", "mitt": "^3.0.1", "uuid": "^9.0.1" }, "devDependencies": { "@types/debug": "^4.1.9", "@types/fabric": "^5.3.3", "@types/node": "^16.11.12", "@vitejs/plugin-vue": "^1.10.2", "fs-extra": "^10.0.0", "handlebars": "^4.7.7", "inquirer": "^8.2.0", "less": "^4.1.2", "typescript": "^4.4.4", "vite": "^2.9.16", "vite-plugin-copy": "^0.1.6", "vite-plugin-dts": "^0.9.6", "vite-plugin-md": "^0.11.4", "vue-tsc": "^0.28.10" } }