Nuxt/examples/with-vue-material/package.json

14 lines
215 B
JSON
Raw Normal View History

2017-12-02 03:47:55 +00:00
{
"name": "with-vue-material",
"version": "1.0.0",
"dependencies": {
"nuxt": "latest",
"vue-material": "^1.0.0-beta-6"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}