Nuxt/examples/custom-build/package.json
2018-07-18 17:16:01 +01:00

13 lines
201 B
JSON

{
"name": "example-custom-build",
"description": "",
"dependencies": {
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}