Nuxt/examples/custom-layouts/package.json

13 lines
218 B
JSON
Raw Normal View History

{
2018-03-19 02:41:46 +00:00
"name": "example-custom-layouts",
"dependencies": {
"nuxt": "2.x"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}