Nuxt/examples/layout-transitions/package.json
2019-05-30 20:58:19 +04:30

14 lines
249 B
JSON

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