Nuxt/examples/scroll-behavior/package.json

14 lines
267 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": {
"axios": "^0.15.3",
2018-01-19 13:07:38 +00:00
"nuxt": "latest",
"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"
}
}