Nuxt/examples/layout-transitions/package.json

13 lines
222 B
JSON
Raw Normal View History

2017-09-08 10:42:00 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-layout-transitions",
2017-09-08 10:42:00 +00:00
"dependencies": {
"nuxt": "2.x"
2017-09-08 10:42:00 +00:00
},
"scripts": {
"dev": "nuxt",
2017-09-08 10:42:00 +00:00
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2017-09-08 10:42:00 +00:00
}
}