Install markdown-it and slugify

This commit is contained in:
Sam Carlton 2020-09-15 23:56:49 -05:00
parent 45b19d27b1
commit 752170dc29
2 changed files with 38 additions and 1 deletions

View file

@ -15,7 +15,9 @@
},
"dependencies": {
"cross-env": "^5.2.0",
"nuxt": "^2.0.0"
"markdown-it": "^11.0.1",
"nuxt": "^2.0.0",
"slugify": "^1.4.5"
},
"devDependencies": {
"nodemon": "^1.11.0",