Nuxt/examples/scroll-behavior/package.json

15 lines
318 B
JSON
Raw Normal View History

2018-01-19 00:15:10 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-scroll-behavior",
2018-01-19 00:15:10 +00:00
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"nuxt": "latest",
2018-01-19 13:07:38 +00:00
"vue-router": "https://github.com/homerjam/vue-router#dist"
2018-01-19 00:15:10 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2018-01-19 00:15:10 +00:00
}
}