aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
author2022-01-10 11:51:53 +0530
committer2022-01-10 11:51:53 +0530
commitc5048dc041ab07dcf3b39d8feb4ecf5399d216c6 (patch)
tree8245b024afd2dded659c9ceeed74f0c1c570346f /package.json
parentfixed lighthouse errors (diff)
downloadsudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar
sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.gz
sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.bz2
sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.lz
sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.xz
sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.zst
sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.zip
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.json10
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"
+ }
}