Nuxt/examples/custom-port-host/package.json

13 lines
223 B
JSON

{
"name": "example-custom-port-host",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}