mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
21 lines
356 B
JSON
21 lines
356 B
JSON
{
|
|
"name": "with-buefy",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
},
|
|
"dependencies": {
|
|
"buefy": "^0.5.4",
|
|
"nuxt": "latest",
|
|
"vue": "~2.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"node-sass": "^4.6.0",
|
|
"sass-loader": "^6.0.6"
|
|
}
|
|
}
|