-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 854 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
{
"name": "md-spec-demo",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",
"build": "node build.js < spec.md > spec.html"
},
"author": "",
"license": "MIT",
"dependencies": {
"mdast-builder": "^1.1.1",
"mdast-util-find-and-replace": "^3.0.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-flexible-containers": "^1.0.6",
"remark-gfm": "^3.0.1",
"remark-heading-id": "^1.0.0",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-rehype": "^10.1.0",
"remark-torchlight": "^0.0.5",
"remark-validate-links": "^12.1.1",
"vfile-reporter": "^8.0.0"
},
"devDependencies": {
"dotenv": "^16.3.1",
"eslint": "*",
"eslint-import-resolver-node": "*",
"eslint-plugin-import": "*"
}
}