Nuxt/examples/layout-transitions/package.json

13 lines
212 B
JSON
Raw Normal View History

2017-09-08 10:42:00 +00:00
{
"name": "nuxt-layout-transitions",
"dependencies": {
"axios": "^0.15.3",
"nuxt": "latest"
},
"scripts": {
"dev": "../../bin/nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}