mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "with-vuetify",
|
|
"dependencies": {
|
|
"nuxt": "^0.10.7",
|
|
"vuetify": "^0.11.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate",
|
|
"predeploy": "yarn run generate",
|
|
"deploy": "surge --domain nuxt-with-vuetify-example.surge.sh dist"
|
|
},
|
|
"devDependencies": {
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.1"
|
|
}
|
|
}
|