Nuxt/examples/plugins-vendor/package.json

15 lines
262 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
"dependencies": {
2017-07-08 18:26:11 +00:00
"axios": "^0.16.2",
"mini-toastr": "^0.6.5",
2016-11-08 01:57:55 +00:00
"nuxt": "latest",
2017-07-08 18:26:11 +00:00
"vue-notifications": "^0.8.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
}
}