Nuxt/examples/pug/package.json
2019-01-21 23:21:20 +03:30

14 lines
220 B
JSON

{
"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"
}
}