-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 722 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 722 Bytes
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
{
"name": "@md/core",
"type": "module",
"version": "2.1.0",
"private": true,
"exports": {
".": "./src/index.ts",
"./renderer": "./src/renderer/index.ts",
"./extensions": "./src/extensions/index.ts",
"./utils": "./src/utils/index.ts",
"./theme": "./src/theme/index.ts",
"./theme/cssVariables": "./src/theme/cssVariables.ts"
},
"dependencies": {
"@antv/infographic": "^0.2.19",
"@md/shared": "workspace:*",
"es-toolkit": "^1.46.1",
"fflate": "^0.8.3",
"front-matter": "^4.0.2",
"highlight.js": "^11.11.1",
"isomorphic-dompurify": "^3.14.0",
"marked": "^18.0.4",
"mermaid": "^11.15.0"
},
"devDependencies": {
"@md/config": "workspace:*"
}
}