@aomao/plugin-codeblock
Version:
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@aomao/plugin-codeblock",
"version": "2.10.1",
"description": "代码块",
"keywords": [
"codeblock",
"editor"
],
"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/big-camel/am-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/big-camel/am-editor.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/big-camel/am-editor/issues"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"codemirror": "^5.61.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/codemirror": "^5.60.0",
"@types/lodash": "^4.14.178",
"@types/markdown-it": "^12.2.3",
"antd": "^4.12.3",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"peerDependencies": {
"@aomao/engine": ">=2.9",
"antd": "^4.14.1",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"gitHead": "d5fd2d5585dd7f4019c42c4288f2423f37710719"
}