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

12 lines
187 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"
}
}