Nuxt/examples/routes-transitions/package.json

14 lines
217 B
JSON

{
"name": "routes-transition",
"description": "",
"dependencies": {
"axios": "^0.15.3",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}