Nuxt/examples/with-buefy/package.json

17 lines
309 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",
"post-update": "yarn upgrade --latest"
2017-11-07 03:22:19 +00:00
},
"dependencies": {
"nuxt": "latest",
"nuxt-buefy": "latest"
2017-11-07 03:22:19 +00:00
}
}