aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 22:23:57 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-02 22:23:57 +0100
commit75d9f3aa69271970d7b8e5422780f062c4a98f01 (patch)
treeb37d91c455cf6cc3f36627ec3aa033109e839523 /package.json
parentadded .editorconfig file (diff)
downloadnewspipe-75d9f3aa69271970d7b8e5422780f062c4a98f01.tar.gz
newspipe-75d9f3aa69271970d7b8e5422780f062c4a98f01.tar.bz2
newspipe-75d9f3aa69271970d7b8e5422780f062c4a98f01.zip
Added new blueprint for future stats and added a new
bar chart in the history page.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 568fe391..b0ff38f0 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"@popperjs/core": "^2.11.0",
"bootstrap": "^5.1.3",
"bootstrap-select": "^1.14.0-beta2",
+ "chart.js": "^3.7.0",
"fork-awesome": "^1.2.0",
"moment": "^2.29.1"
},
bgstack15