mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"name": "example-with-buefy",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
},
|
|
"dependencies": {
|
|
"buefy": "^0.5.4",
|
|
"nuxt": "latest",
|
|
"vue": "~2.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": "^4.6.0",
|
|
"sass-loader": "^6.0.6"
|
|
}
|
|
}
|