Nuxt/examples/with-amp/package.json

13 lines
185 B
JSON
Raw Normal View History

2018-01-05 11:54:42 +00:00
{
"name": "with-amp",
"version": "1.0.0",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}