1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 22:13:28 +00:00
Nuxt/examples/pug/package.json

15 lines
265 B
JSON
Raw Normal View History

{
"name": "example-pug",
"dependencies": {
"nuxt": "latest",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}