diff options
Draft test 1.
If no issue Pull Request
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index 474ac8e..5dfce70 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,9 @@ "markdown-it-attrs": "^4.1.3", "postcss": "^8.4.5", "postcss-import": "^14.0.2", - "postcss-preset-env": "^7.2.0" + "postcss-preset-env": "^7.2.0", + "stylelint": "^14.2.0", + "stylelint-config-standard": "^24.0.0" }, "scripts": { "prestart": "npm run clean", @@ -40,5 +42,9 @@ "bugs": { "url": "https://github.com/marcthe12/website/issues" }, - "homepage": "https://sudomsg.xyz" + "homepage": "https://sudomsg.xyz", + "dependencies": { + "markdown-it-anchor": "^8.4.1", + "markdown-it-footnote": "^3.0.3" + } } |