mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 13:43:59 +00:00
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"name": "example-vue-chartjs",
|
|
"dependencies": {
|
|
"axios": "^0.16.2",
|
|
"chart.js": "^2.7.1",
|
|
"moment": "^2.18.1",
|
|
"nuxt-edge": "latest",
|
|
"vue-chartjs": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|