2016-11-08 01:57:55 +00:00
|
|
|
{
|
2018-03-19 02:41:46 +00:00
|
|
|
"name": "example-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",
|
2018-09-18 16:26:25 +00:00
|
|
|
"nuxt-edge": "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",
|
2019-01-22 07:34:19 +00:00
|
|
|
"start": "nuxt start",
|
|
|
|
"post-update": "yarn upgrade --latest"
|
2016-11-08 01:57:55 +00:00
|
|
|
}
|
|
|
|
}
|