Skip to content

Instantly share code, notes, and snippets.

@bshelling
Last active January 22, 2020 15:36
Show Gist options
  • Save bshelling/621793c3c8f7cce4e6f9e7fc67fa2807 to your computer and use it in GitHub Desktop.
Save bshelling/621793c3c8f7cce4e6f9e7fc67fa2807 to your computer and use it in GitHub Desktop.
Markdown - Package
{
"name": "markdown_article",
"version": "1.0 .0 ",
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "./node_modules/.bin/webpack-dev-serve"
},
"dependencies": {
"html-loader": "0.5.5",
"markdown-loader": "5.1.0",
"marked": "0.7.0",
"webpack": "4.39.3",
"webpack-cli": "3.3.7",
"webpack-dev-server": "3.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment