Nuxt/examples/custom-page-loading/package.json

13 lines
231 B
JSON
Raw Normal View History

{
"name": "example-custom-page-loading",
"dependencies": {
2018-09-18 16:26:25 +00:00
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}