1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-11 11:18:06 +00:00
Nuxt/examples/static-images/package.json
2016-11-27 13:39:52 +01:00

12 lines
171 B
JSON

{
"name": "nuxt-hello-world",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}