Nuxt/examples/routes-transitions/package.json

13 lines
225 B
JSON
Raw Normal View History

{
2018-03-19 02:41:46 +00:00
"name": "example-routes-transitions",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
2016-12-20 12:29:22 +00:00
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}