mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
more cleanup
This commit is contained in:
parent
500da0804e
commit
cdba427776
@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "storybook",
|
"name": "storybook",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "sample storybook setup",
|
"description": "sample storybook setup for nuxt",
|
||||||
"author": "Huseyn Guliyev",
|
|
||||||
"private": true,
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt",
|
"dev": "nuxt",
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
@ -15,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chart.js": "^2.7.1",
|
"chart.js": "^2.7.1",
|
||||||
"nuxt": "^1.3.0",
|
"nuxt": "latest",
|
||||||
"vue-chartjs": "^3.1.1",
|
"vue-chartjs": "^3.1.1",
|
||||||
"vuetify": "1.0.0-beta.5"
|
"vuetify": "1.0.0-beta.5"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user