mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
73541a576d
* chore(example): Update vue-chartjs * add: live demo and CSB link * fix: lint
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"name": "example-vue-chartjs",
|
|
"dependencies": {
|
|
"@nuxt/http": "^0.4.0",
|
|
"chart.js": "^2.9.3",
|
|
"moment": "^2.24.0",
|
|
"nuxt": "latest",
|
|
"vue-chartjs": "^3.5.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|