-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (38 loc) · 878 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
39
{
"name": "mdsvex-remark-code-extras",
"version": "0.0.7",
"description": "A remark plugin that handles code tabbing",
"main": "./dist/index.js",
"scripts": {
"test": "vitest run",
"build": "tsc"
},
"files": [
"dist"
],
"repository": {
"url": "https://github.com/orpos/mdsvex-remark-code-tabs"
},
"keywords": ["remark", "mdsvex", "svelte"],
"type": "module",
"author": "",
"license": "MIT",
"dependencies": {
"@types/mdast": "^4.0.3",
"fs-extra": "^11.2.0",
"hast-util-from-html": "^2.0.1",
"hast-util-to-html": "^9.0.1",
"mdast": "^3.0.0",
"mdsvex": "^0.11.0",
"p-all": "^5.0.0",
"to-vfile": "^8.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vitest": "^1.5.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}