-
Notifications
You must be signed in to change notification settings - Fork 196
/
package.json
47 lines (47 loc) · 1.05 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@aomao/plugin-codeblock-vue",
"version": "2.10.0",
"description": "代码块 Vue",
"keywords": [
"codeblock",
"editor"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"author": "[email protected]",
"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.60.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/codemirror": "^5.60.0",
"@types/lodash": "^4.14.178",
"@vue/compiler-sfc": "^3.2.9",
"ant-design-vue": ">=2.2.6",
"vue": "^3.2.9"
},
"peerDependencies": {
"@aomao/engine": ">=2.9",
"ant-design-vue": ">=2.2.6",
"vue": ">=3.2.9"
}
}