Skip to content

Commit

Permalink
#524 add list of web dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Mar 20, 2023
1 parent 6265087 commit f5d1c07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Included Web Dependencies

- Quasar: 2.11.8
- Vue: 3.2.47
- Socket.io: 4.6.1
- Tailwind CSS: 3.2.6
- Tween.js: 18.6.4
- Plotly.js: 2.18.2
- AG Grid: 29.1.0
- NippleJS: 0.10.1
- Mermaid: 9.4.3
- Highcharts: 10.3.3
- Three.js: 0.150.1
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Thank you for your interest in contributing to NiceGUI! We are thrilled to have

As a growing open-source project, we understand that it takes a community effort to achieve our goals. That's why we welcome all kinds of contributions, no matter how small or big they are. Whether it's adding new features, fixing bugs, improving documentation, or suggesting new ideas, we believe that every contribution counts and adds value to our project.

We have provided a detailed guide on how to contribute to NiceGUI in our [contributing.md](https://github.com/zauberzeug/nicegui/blob/main/CONTRIBUTING.md) file. We encourage you to read it carefully before making any contributions to ensure that your work aligns with the project's goals and standards.
We have provided a detailed guide on how to contribute to NiceGUI in our [CONTRIBUTING.md](https://github.com/zauberzeug/nicegui/blob/main/CONTRIBUTING.md) file. We encourage you to read it carefully before making any contributions to ensure that your work aligns with the project's goals and standards.

If you have any questions or need help with anything, please don't hesitate to reach out to us. We are always here to support and guide you through the contribution process.

### Included Web Dependencies

See [DEPENDENCIES.md](https://github.com/zauberzeug/nicegui/blob/main/DEPENDENCIES.md) for a list of web frameworks NiceGUI depends on.

0 comments on commit f5d1c07

Please sign in to comment.