mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
c4c63e0c66
* chore(dependencies): Update vue-chartjs and chartjs to latest version * refactor(examples): Update component creation of charts
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"name": "vue-chartjs-nuxt",
|
|
"dependencies": {
|
|
"axios": "^0.16.2",
|
|
"chart.js": "^2.7.1",
|
|
"moment": "^2.18.1",
|
|
"nuxt": "latest",
|
|
"vue-chartjs": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|