Nuxt/examples/pug/package.json

12 lines
171 B
JSON

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