am-editor-002/plugins/table/package.json

34 lines
797 B
JSON

{
"name": "@aomao/plugin-table",
"version": "2.7.7",
"description": "table plugin",
"author": "AoMao <me@aomao.com>",
"homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"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.7",
"@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4",
"lodash": "^4.17.21",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@types/lodash": "^4.17.4"
}
}