mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"name": "example-scroll-behavior",
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.3.6",
|
|
"nuxt": "latest",
|
|
"vue-router": "https://github.com/homerjam/vue-router#dist"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|