Nuxt/examples/static-images/package.json

12 lines
176 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"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}