mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"name": "example-vue-chartjs",
|
|
"dependencies": {
|
|
"@nuxt/http": "^0.4.0",
|
|
"chart.js": "^2.9.3",
|
|
"moment": "^2.24.0",
|
|
"nuxt": "2.x",
|
|
"vue-chartjs": "^3.5.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"post-update": "yarn upgrade --latest"
|
|
}
|
|
}
|