Nuxt/examples/with-vuetify/package.json

17 lines
272 B
JSON
Raw Normal View History

2017-03-14 20:13:39 +00:00
{
"name": "with-vuetify",
"dependencies": {
2017-03-24 18:50:03 +00:00
"nuxt": "0.10",
"vuetify": "0.9.4"
2017-03-14 20:13:39 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"devDependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
2017-03-14 20:13:39 +00:00
}
}