Nuxt/examples/layout-transitions/package.json

13 lines
210 B
JSON

{
"name": "example-layout-transitions",
"dependencies": {
"axios": "^0.15.3",
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}