Nuxt/examples/hello-world/package.json

13 lines
215 B
JSON
Raw Permalink Normal View History

2016-11-10 13:30:18 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-hello-world",
2016-11-10 13:30:18 +00:00
"dependencies": {
"nuxt": "2.x"
2016-11-10 13:30:18 +00:00
},
"scripts": {
2017-07-08 17:47:23 +00:00
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2016-11-10 13:30:18 +00:00
}
}