Nuxt/examples/with-buefy/package.json
2019-03-23 11:21:32 +04:30

17 lines
309 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": {
"nuxt": "latest",
"nuxt-buefy": "latest"
}
}