Nuxt/examples/scroll-behavior/package.json

15 lines
315 B
JSON

{
"name": "example-scroll-behavior",
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"nuxt": "2.x",
"vue-router": "https://github.com/homerjam/vue-router#dist"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}