Nuxt/examples/routes-transitions/package.json

16 lines
209 B
JSON

{
"name": "routes-transition",
"description": "",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"start": "../../bin/nuxt"
},
"config": {
"nuxt": {
"port": 4000
}
}
}