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

15 lines
243 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": "~2.4.4",
"vue-material": "beta"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
2017-12-02 03:47:55 +00:00
}