am-editor-001/packages/toolbar-vue/package.json

37 lines
945 B
JSON
Raw Normal View History

2021-11-03 19:58:08 +08:00
{
"name": "@aomao/toolbar-vue",
"version": "2.7.25",
2021-12-24 00:45:49 +08:00
"main": "dist/index.js",
2021-11-03 19:58:08 +08:00
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
2021-12-05 00:37:05 +08:00
"author": "me@aomao.com",
2021-11-03 19:58:08 +08:00
"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.25",
2021-11-03 19:58:08 +08:00
"@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6",
"keymaster": "^1.6.2",
2021-12-29 02:53:42 +08:00
"lodash": "^4.17.21",
2021-11-03 19:58:08 +08:00
"tinycolor2": "^1.4.2",
"vue": "^3.2.9"
},
"devDependencies": {
2022-01-06 01:32:12 +08:00
"@types/keymaster": "^1.6.28",
"@types/lodash": "^4.14.178",
"@vue/compiler-sfc": "^3.2.9"
2021-11-03 19:58:08 +08:00
}
}