Nuxt/examples/custom-scroll-behavior/package.json

13 lines
202 B
JSON
Raw Normal View History

2018-01-19 00:15:10 +00:00
{
"name": "nuxt-routes-transitions",
"dependencies": {
"axios": "^0.15.3",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}