Nuxt/examples/async-component-injection/package.json

12 lines
188 B
JSON
Raw Normal View History

2017-07-08 23:44:59 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-async-components-injection",
2017-07-08 23:44:59 +00:00
"dependencies": {
"nuxt-edge": "latest"
2017-07-08 23:44:59 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
}
}