-
Notifications
You must be signed in to change notification settings - Fork 196
/
package.json
38 lines (38 loc) · 939 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
37
38
{
"name": "@aomao/plugin-image",
"version": "2.10.0",
"description": "图片",
"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"
},
"bugs": {
"url": "https://github.com/big-camel/am-editor/issues"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4",
"photoswipe": "^4.1.3"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/photoswipe": "^4.1.1"
},
"peerDependencies": {
"@aomao/engine": ">=2.9"
}
}