{ "name": "@aomao/toolbar-vue", "version": "2.10.3", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "lib", "src" ], "author": "me@aomao.com", "license": "MIT", "homepage": "https://github.com/big-camel/am-editor#readme", "repository": { "type": "git", "url": "git+https://github.com/big-camel/am-editor.git" }, "bugs": { "url": "https://github.com/big-camel/am-editor/issues" }, "dependencies": { "@babel/runtime": "^7.13.10", "colord": "^2.9.0", "keymaster": "^1.6.2", "lodash": "^4.17.21" }, "devDependencies": { "@types/keymaster": "^1.6.28", "@types/lodash": "^4.14.178", "@vue/compiler-sfc": "^3.2.9", "ant-design-vue": ">=2.2.6", "vue": "^3.2.9" }, "peerDependencies": { "@aomao/engine": ">=2.9", "ant-design-vue": ">=2.2.6", "vue": ">=3.2.9" } }