-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1009 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": "remark-math-space",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "ava",
"release": "zx scripts/release.mjs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ava": "^3.15.0",
"bumpp": "^6.0.6",
"child_process": "^1.0.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"fs-extra": "^10.0.0",
"prettier": "^2.3.2",
"rehype-stringify": "^8.0.0",
"remark-clang-format": "^1.6.0",
"remark-cli": "^9.0.0",
"remark-copywriting-correct": "^0.5.0",
"remark-details": "^3.0.0",
"remark-footnotes": "^3.0.0",
"remark-lint-final-newline": "^1.0.2",
"remark-lint-no-tabs": "^2.0.1",
"remark-math": "^4.0.0",
"remark-parse": "^9.0.0",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-rehype": "^8.1.0",
"zx": "^2.0.0"
},
"dependencies": {
"unist-util-visit": "^3.1.0"
},
"type": "module"
}