mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "nuxt-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"
|
|
}
|
|
}
|