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

13 lines
227 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": "latest"
2017-07-08 23:44:59 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt",
"post-update": "yarn upgrade --latest"
2017-07-08 23:44:59 +00:00
}
}