summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhorus2020-03-24 17:18:39 +0100
committerhorus2020-03-24 17:18:39 +0100
commit74e73666e5f79fe5862bc9cd2c8d244004c381b4 (patch)
treea062e461d0be935993161ca07a8b0f8cddf2f911 /package.json
parentd68ed7e017f5a6bedb78c46af88dbc9cb7e881d7 (diff)
downloadsenpai-74e73666e5f79fe5862bc9cd2c8d244004c381b4.tar.gz
Integrate chart.js to display anime stats.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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": {
}
}