Nuxt/examples/routes-transitions/package.json

14 lines
217 B
JSON
Raw Normal View History

{
"name": "routes-transition",
"description": "",
"dependencies": {
2016-12-20 12:29:22 +00:00
"axios": "^0.15.3",
"nuxt": "latest"
},
"scripts": {
2016-12-20 12:29:22 +00:00
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}