2021-11-03 19:58:08 +08:00
|
|
|
{
|
|
|
|
"name": "@aomao/plugin-codeblock",
|
2021-12-20 16:07:35 +08:00
|
|
|
"version": "2.6.23",
|
2021-11-03 19:58:08 +08:00
|
|
|
"description": "代码块",
|
|
|
|
"keywords": [
|
|
|
|
"codeblock",
|
|
|
|
"editor"
|
|
|
|
],
|
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"
|
|
|
|
],
|
2021-12-05 00:37:05 +08:00
|
|
|
"author": "me@aomao.com",
|
2021-11-03 19:58:08 +08:00
|
|
|
"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": {
|
2021-12-20 16:07:35 +08:00
|
|
|
"@aomao/engine": "^2.6.23",
|
2021-11-03 19:58:08 +08:00
|
|
|
"@babel/runtime": "^7.13.10",
|
|
|
|
"antd": "^4.14.1",
|
|
|
|
"codemirror": "^5.61.1",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/codemirror": "^5.60.0",
|
|
|
|
"@types/lodash-es": "^4.17.4"
|
|
|
|
}
|
|
|
|
}
|