This commit is contained in:
2020-09-17 21:52:54 +00:00
parent 0e910f9f71
commit f1818851c9
2 changed files with 30 additions and 23 deletions

View File

@@ -1,27 +1,33 @@
# APPENDIX-A OPEN SOURCE CREDITS
# OPEN SOURCE CREDITS
We would like to gratefully acknowledge the following open source tools and libraries that were used in the development of AyaNova:
### DEVTOOLS
[7-Zip](https://www.7-zip.org/)
[.NET Core Test Explorer](https://github.com/formulahendry/vscode-dotnet-test-explorer)
[Babel](https://github.com/babel/babel)
[Cypress](https://www.cypress.io/)
[DB Browser for SQLite](https://github.com/sqlitebrowser/sqlitebrowser)
[ESLint](https://eslint.org/)
[MkDocs](https://github.com/mkdocs/mkdocs/)
[Node.js](https://nodejs.org/en/)
[Paint.net](https://www.getpaint.net/index.html)
[pgAdmin](https://www.pgadmin.org/)
[Prettier](https://prettier.io/)
[PuTTY](https://putty.org/)
[TortoiseSVN](https://tortoisesvn.net/)
[Ubuntu Server](https://ubuntu.com/server)
[Vetur](https://github.com/vuejs/vetur)
[Visual Studio Code](https://code.visualstudio.com/)
[]()
[]()
[]()
### BACK END
[.NET Core](https://dotnet.microsoft.com/)
[Bogus](https://github.com/bchavez/Bogus)
[Bouncy Castle](https://github.com/chrishaly/bc-csharp)
[Chromium](https://www.chromium.org/Home)
[Enums.NET](https://github.com/TylerBrinkley/Enums.NET)
[jose-jwt](https://github.com/dvsekhvalnov/jose-jwt)
[Json.NET](https://www.newtonsoft.com/json)
@@ -34,27 +40,26 @@ We would like to gratefully acknowledge the following open source tools and libr
[Swashbuckle](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
## FRONT END
[MkDocs](https://github.com/mkdocs/mkdocs/)
[Vue CLI Service](https://github.com/vuejs/vue-cli)
[Vue](https://github.com/vuejs/vue)
[webpack](https://webpack.js.org/)
[Chart.js](https://www.chartjs.org/)
[DOMPurify](https://github.com/cure53/DOMPurify)
[Font Awesome](https://fontawesome.com/)
[FortAwesome/Font-Awesome](https://github.com/FortAwesome/Font-Awesome)
[github-markdown-css](https://github.com/sindresorhus/github-markdown-css)
[jwt-decode](https://github.com/auth0/jwt-decode)
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[]()
[Luxon](https://github.com/moment/luxon)
[Marked](https://github.com/markedjs/marked)
[Monaco Editor](https://github.com/Microsoft/monaco-editor)
[NProgress](https://github.com/rstacruz/nprogress)
[register-service-worker](https://github.com/yyx990803/register-service-worker#readme)
[typeface-roboto](https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto)
[Vue](https://github.com/vuejs/vue)
[Vue CLI Service](https://github.com/vuejs/vue-cli)
[vue-chartjs](https://github.com/apertureless/vue-chartjs)
[Vue Currency Input](https://github.com/dm4t2/vue-currency-input)
[vue-router](https://github.com/vuejs/vue-router)
[Vuetify](https://vuetifyjs.com/en/)
[Vuex](https://github.com/vuejs/vuex)
[vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate)
[webpack](https://webpack.js.org/)

View File

@@ -138,3 +138,5 @@ nav:
- 'API response format': 'api-response-format.md'
- 'API error codes': 'api-error-codes.md'
- 'API upload routes': 'api-upload-routes.md'
- Appendix:
- 'Open source credits': 'appendix-os-credits.md'