mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"name": "with-vuetify",
|
|
"dependencies": {
|
|
"nuxt": "latest",
|
|
"vuetify": "latest"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"devDependencies": {
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.1"
|
|
}
|
|
}
|