mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
17 lines
272 B
JSON
17 lines
272 B
JSON
{
|
|
"name": "with-vuetify",
|
|
"dependencies": {
|
|
"nuxt": "0.10",
|
|
"vuetify": "0.9.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
},
|
|
"devDependencies": {
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.1"
|
|
}
|
|
}
|