Nuxt/examples/plugins-vendor/package.json

16 lines
284 B
JSON
Raw Normal View History

2016-11-08 01:57:55 +00:00
{
2016-11-10 13:30:18 +00:00
"name": "nuxt-plugins-vendor",
2016-11-08 01:57:55 +00:00
"description": "",
"dependencies": {
"axios": "^0.15.2",
"mini-toastr": "^0.3.10",
2016-11-08 01:57:55 +00:00
"nuxt": "latest",
"vue-notifications": "^0.7.0"
2016-11-08 01:57:55 +00:00
},
"scripts": {
2016-11-10 13:30:18 +00:00
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
2016-11-08 01:57:55 +00:00
}
}