Nuxt/examples/vue-chartjs/package.json
Jakub c4c63e0c66 examples: update to vue-chartjs 3.0.0 (#2580)
* chore(dependencies): Update vue-chartjs and chartjs to latest version

* refactor(examples): Update component creation of charts
2018-01-13 22:30:03 +03:30

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"
}
}