diff options
| author | horus | 2020-03-24 17:18:39 +0100 |
|---|---|---|
| committer | horus | 2020-03-24 17:18:39 +0100 |
| commit | 74e73666e5f79fe5862bc9cd2c8d244004c381b4 (patch) | |
| tree | a062e461d0be935993161ca07a8b0f8cddf2f911 /package.json | |
| parent | d68ed7e017f5a6bedb78c46af88dbc9cb7e881d7 (diff) | |
| download | senpai-74e73666e5f79fe5862bc9cd2c8d244004c381b4.tar.gz | |
Integrate chart.js to display anime stats.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index b9c3df0..1e6a6c7 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "resolve-url-loader": "^2.3.1", "sass": "^1.15.2", "sass-loader": "^8.0.0", - "vue-template-compiler": "^2.6.11" + "vue-template-compiler": "^2.6.11", + "chart.js": "^2.9.3" + }, + "dependencies": { } } |
