Nuxt/examples/hello-world/package.json
2019-01-17 10:01:15 +00:00

12 lines
179 B
JSON

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