2021-11-03 19:58:08 +08:00
|
|
|
{
|
|
|
|
"name": "@aomao/plugin-table",
|
2022-01-16 16:18:03 +08:00
|
|
|
"version": "2.7.16",
|
2021-11-03 19:58:08 +08:00
|
|
|
"description": "table plugin",
|
2021-12-05 00:37:05 +08:00
|
|
|
"author": "AoMao <me@aomao.com>",
|
2021-11-03 19:58:08 +08:00
|
|
|
"homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme",
|
|
|
|
"license": "MIT",
|
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"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/yanmao-cc/am-editor.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/yanmao-cc/am-editor/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-16 16:18:03 +08:00
|
|
|
"@aomao/engine": "^2.7.16",
|
2021-11-03 19:58:08 +08:00
|
|
|
"@babel/runtime": "^7.13.10",
|
|
|
|
"eventemitter2": "^6.4.4",
|
2021-12-31 01:21:21 +08:00
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"tinycolor2": "^1.4.2"
|
2021-12-29 02:53:42 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-05 22:04:50 +08:00
|
|
|
"@types/lodash": "^4.14.178"
|
2021-11-03 19:58:08 +08:00
|
|
|
}
|
|
|
|
}
|