Nuxt/examples/routes-transitions/package.json

13 lines
225 B
JSON

{
"name": "example-routes-transitions",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}