Nuxt/examples/global-css/package.json

14 lines
237 B
JSON
Raw Permalink Normal View History

{
2018-03-19 02:41:46 +00:00
"name": "example-global-css",
"dependencies": {
2017-08-30 09:32:03 +00:00
"bulma": "^0.5.1",
"nuxt": "2.x"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}