adding support for markdown in pages
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"@gridsome/transformer-remark": "^0.6.2",
|
||||
"@noxify/gridsome-remark-classes": "^1.0.0",
|
||||
"@noxify/gridsome-remark-table-align": "^1.0.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"core-js": "^3.6.5",
|
||||
"gridsome": "^0.7.20",
|
||||
"gridsome-plugin-tailwindcss": "^3.0.1",
|
||||
@@ -22,7 +23,8 @@
|
||||
"tailwindcss": "^1.8.4",
|
||||
"tailwindcss-gradients": "^3.0.0",
|
||||
"tailwindcss-tables": "^0.4.0",
|
||||
"v-tooltip": "^2.0.3"
|
||||
"v-tooltip": "^2.0.3",
|
||||
"vue-markdown": "^2.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
||||
@@ -30,4 +32,4 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
||||
"@fortawesome/vue-fontawesome": "^2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user