about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-07-07 10:47:35 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-07-07 10:47:35 +0200
commit8a55e8b91644a1840013d768878bb698d0196720 (patch)
treebed62f33081c59fcd6dd93b801887eb0b4fc6760 /package.json
parentComponents: LineGraph: Use timeframe for fetching data (diff)
downloadfs-tracer-frontend-8a55e8b91644a1840013d768878bb698d0196720.tar.gz
fs-tracer-frontend-8a55e8b91644a1840013d768878bb698d0196720.tar.bz2
fs-tracer-frontend-8a55e8b91644a1840013d768878bb698d0196720.zip
Components: DonutChart: Add file writes size percentiles graph
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9dfeb81..dc235b9 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,8 @@
     "react": "^18.2.0",
     "react-chartjs-2": "^5.2.0",
     "react-dom": "^18.2.0",
-    "react-router-dom": "^6.23.1"
+    "react-router-dom": "^6.23.1",
+    "simple-statistics": "^7.8.3"
   },
   "devDependencies": {
     "@types/react": "^18.2.66",