Nuxt/examples/markdownit/package.json

15 lines
254 B
JSON
Raw Normal View History

2017-10-27 16:20:12 +00:00
{
"name": "nuxt-markdownit",
"version": "1.0.0",
"dependencies": {
"@nuxtjs/markdownit": "^1.1.2",
2017-10-27 16:38:47 +00:00
"nuxt": "latest",
"pug": "^2.0.0-rc.4"
2017-10-27 16:20:12 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}