forked from UFO-101/keepdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 691 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
29
30
{
"name": "keep-markdown",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"main": "content.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"hast-util-to-html": "^9.0.5",
"katex": "^0.16.47",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"mdast-util-math": "^3.0.0",
"mdast-util-to-hast": "^13.2.1",
"micromark": "^4.0.1",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-math": "^3.1.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"vite": "^6.0.11"
}
}