Nuxt/examples/markdownit/package.json

18 lines
324 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"
2017-11-27 03:30:20 +00:00
},
"devDependencies": {
"jstransformer-markdown-it": "^2.0.0"
2017-10-27 16:20:12 +00:00
}
}