35 lines
807 B
JSON
35 lines
807 B
JSON
{
|
|
"name": "@aomao/plugin-link",
|
|
"version": "2.7.7",
|
|
"description": "> TODO: description",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yanmao-cc/am-editor/issues"
|
|
},
|
|
"dependencies": {
|
|
"@aomao/engine": "^2.7.7",
|
|
"@babel/runtime": "^7.13.10",
|
|
"antd": "^4.12.3",
|
|
"classnames-es-ts": "^2.2.7",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
}
|