diff --git a/README.md b/README.md index c78fe131ca921708f17ffc91d6d3e9f9bf55ba2b..108a4e32750f254dd6f421a3913a33dabc264b2d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ The Funkwhale design component library is a collection of reusable UI components Check out [the documentation](https://ui.funkwhale.audio) for information on how each component works and to see a live preview. +## Dependencies + +This library depends on the following external packages: + +- [`vue`](https://www.npmjs.com/package/vue) +- [`vue-router`](https://www.npmjs.com/package/vue-router) +- [`vue-i18n`](https://www.npmjs.com/package/vue-i18n) +- [`@vueuse/core`](https://www.npmjs.com/package/@vueuse/core) + +You must install these packages for all components to work correctly. + ## Contribute to development This project welcomes contributions! To get started make sure you have the following: