forked from red-axe/am-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@aomao/plugin-table",
"version": "2.10.8",
"description": "table plugin",
"author": "AoMao <[email protected]>",
"homepage": "https://github.com/big-camel/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/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",
"eventemitter2": "^6.4.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/markdown-it": "^12.2.3"
},
"peerDependencies": {
"@aomao/engine": ">=2.9"
}
}