mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"name": "shared-code",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^0.15.2",
|
|
"mini-toastr": "^0.3.10",
|
|
"nuxt": "latest",
|
|
"vue-notifications": "^0.7.0"
|
|
},
|
|
"scripts": {
|
|
"start": "nuxt"
|
|
}
|
|
}
|