Nuxt/examples/pug/package.json

14 lines
220 B
JSON
Raw Normal View History

{
"name": "example-pug",
"dependencies": {
"nuxt-edge": "latest",
"pug": "^2.0.3",
"pug-loader": "^2.4.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}