diff --git a/README.markdown b/README.markdown
index 0c8b0ab..984d467 100644
--- a/README.markdown
+++ b/README.markdown
@@ -165,6 +165,7 @@ TaxonPages provides a set of global components that could be used to create your
| `` | Dropdown menu | |
| `` | | [Link](https://github.com/SpeciesFileGroup/taxonpages/blob/main/src/components/Gallery/GalleryImage.global.vue#L40) |
| `` | | |
+| `` | TaxonWorks Project Statistics | |
| `` | | |
| `` | | |
| `` | Interactive map that use Leaflet library | |
diff --git a/src/components/ProjectStats.global.vue b/src/components/ProjectStats.global.vue
new file mode 100644
index 0000000..da8dc47
--- /dev/null
+++ b/src/components/ProjectStats.global.vue
@@ -0,0 +1,66 @@
+
+
+
+
+ {{ type }}: {{ value }}{{ index < list.length - 1 ? '; ' : '' }}
+
+
+
+
+
+
diff --git a/src/utils/index.js b/src/utils/index.js
index f87b136..5087657 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -1,4 +1,3 @@
export * from './color'
-export * from './getMeta'
export * from './request'
export * from './strings'