Nuxt/examples/markdownit/package.json

18 lines
332 B
JSON
Raw Normal View History

2017-10-27 16:20:12 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-markdownit",
2017-10-27 16:20:12 +00:00
"version": "1.0.0",
"dependencies": {
"@nuxtjs/markdownit": "^1.1.2",
2018-09-18 16:26:25 +00:00
"nuxt-edge": "latest",
2017-10-27 16:38:47 +00:00
"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
}
}