Nuxt/examples/with-buefy/package.json

21 lines
369 B
JSON
Raw Normal View History

2017-11-07 03:22:19 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-with-buefy",
2017-11-07 03:22:19 +00:00
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
},
"dependencies": {
"buefy": "^0.5.4",
2018-09-18 16:26:25 +00:00
"nuxt-edge": "latest",
2017-11-07 03:22:19 +00:00
"vue": "~2.4.4"
},
"devDependencies": {
"node-sass": "^4.6.0",
"sass-loader": "^6.0.6"
}
}