42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "fcc-formatter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "formatCurriculum.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"hast-util-phrasing": "^1.0.5",
|
|
"hast-util-raw": "^6.0.1",
|
|
"hast-util-to-html": "^7.1.1",
|
|
"hast-util-to-mdast": "^6.0.0",
|
|
"hastscript": "^6.0.0",
|
|
"he": "^1.2.0",
|
|
"js-yaml": "^3.14.1",
|
|
"lodash": "^4.17.20",
|
|
"mdast-builder": "^1.1.1",
|
|
"mdast-util-to-hast": "^10.0.0",
|
|
"parse-entities": "^2.0.0",
|
|
"prettier": "^2.2.1",
|
|
"readdirp-walk": "^1.7.0",
|
|
"rehype-raw": "^5.0.0",
|
|
"rehype-stringify": "^8.0.0",
|
|
"remark-frontmatter": "^2.0.0",
|
|
"remark-parse": "^8.0.3",
|
|
"remark-rehype": "^8.0.0",
|
|
"remark-stringify": "^8.1.1",
|
|
"to-vfile": "^6.1.0",
|
|
"unified": "^9.2.0",
|
|
"unist-util-find": "^1.0.2",
|
|
"unist-util-find-after": "^3.0.0",
|
|
"unist-util-find-all-after": "^3.0.2",
|
|
"unist-util-find-all-between": "^2.1.0",
|
|
"unist-util-is": "^4.0.4",
|
|
"unist-util-visit": "^2.0.3"
|
|
},
|
|
"dependencies": {}
|
|
}
|