Nuxt/examples/static-images/package.json

13 lines
220 B
JSON
Raw Normal View History

2016-11-27 12:39:52 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-static-images",
2016-11-27 12:39:52 +00:00
"dependencies": {
"nuxt": "latest"
2016-11-27 12:39:52 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2016-11-27 12:39:52 +00:00
}
}