mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"name": "example-with-vuetify",
|
|
"dependencies": {
|
|
"nuxt-edge": "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"
|
|
}
|
|
}
|