am-editor11212/packages/toolbar-vue/package.json

35 lines
869 B
JSON

{
"name": "@aomao/toolbar-vue",
"version": "2.7.0",
"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/yanmao-cc/am-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yanmao-cc/am-editor.git"
},
"bugs": {
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.7.0",
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"keymaster": "^1.6.2",
"lodash-es": "^4.17.21",
"tinycolor2": "^1.4.2",
"vue": "^3.2.9"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.9"
}
}