2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-05 00:48:55 +00:00

added frontend libraries to credits #1533

This commit is contained in:
Matthias Mair 2021-05-01 00:09:45 +02:00
parent ffdf170cad
commit a65eb285c7

View File

@ -2,7 +2,7 @@
title: Credits title: Credits
--- ---
## Required Packages ## Python Packages
InvenTree relies on the following Python libraries: InvenTree relies on the following Python libraries:
@ -38,3 +38,19 @@ InvenTree relies on the following Python libraries:
| [qrcode](https://pypi.org/project/qrcode/) | BSD | QR code support | | [qrcode](https://pypi.org/project/qrcode/) | BSD | QR code support |
| [django-q](https://pypi.org/project/django-q/) | MIT | Background task manager | | [django-q](https://pypi.org/project/django-q/) | MIT | Background task manager |
| [gunicorn](https://pypi.org/project/gunicorn/) | MIT | Web server | | [gunicorn](https://pypi.org/project/gunicorn/) | MIT | Web server |
## Frontend libraries
InvenTree relies on the following frontend libraries and components:
| Name | License | Description |
| --- | --- | --- |
| [Bootstrap](https://github.com/twbs/bootstrap/) | MIT | Frontend framework |
| [jquery](https://github.com/jquery/jquery) | MIT | JS framework |
| [Bootstrap table](https://github.com/wenzhixin/bootstrap-table/) | MIT | Table rendering |
| [Font Awesome - Icons](https://fontawesome.com/) | CC BY 4.0 License | Icons |
| [Font Awesome - Code](https://fontawesome.com/) | MIT | Delivery code for icons |
| [Select2](https://github.com/select2/select2/) | MIT | Searchable selection box |
| [fullcalendar](https://github.com/fullcalendar/fullcalendar/) | MIT | Calender rendering |
| [Moment JS](https://github.com/moment/momentjs.com/) | MIT | Time and date rendering |
| [jquery-treegrid](https://github.com/maxazan/jquery-treegrid/) | MIT | Treegrid rendering |