Nuxt/examples/plugins-vendor/package.json

15 lines
265 B
JSON

{
"name": "example-plugins-vendor",
"dependencies": {
"axios": "^0.16.2",
"mini-toastr": "^0.6.5",
"nuxt": "latest",
"vue-notifications": "^0.8.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}