added list of 3d party libs

This commit is contained in:
maxkadushkin
2024-02-22 11:02:17 +03:00
parent d7a1c32781
commit d9161e47aa

23
3DPARTY.md Normal file
View File

@ -0,0 +1,23 @@
## Third-party
* Backbone v1.1.0 (!1.6.0) ([MIT License](https://github.com/jashkenas/backbone/blob/master/LICENSE))
* Bootstrap v3.4.1 ([MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE))
* es6-promise v4.2.8 ([MIT License](https://github.com/stefanpenner/es6-promise/blob/master/LICENSE))
* framework7-react 8.0.5 (!8.3.1) ([MIT License](https://github.com/framework7io/framework7/blob/master/LICENSE))
* jQuery 3.5.1 (!3.7.1) ([MIT License](https://github.com/jquery/jquery/blob/master/LICENSE.txt))
* jQuery.browser v0.0.5 (!0.1.0) ([MIT](https://github.com/gabceb/jquery-browser-plugin/blob/master/MIT-LICENSE.txt))
* Less.js 4.1.2 (!4.2.0) ([Apache License 2.0](https://github.com/less/less.js/blob/master/LICENSE))
* perfect-scrollbar 0.4.9 (!1.5.5) ([MIT License](https://github.com/mdbootstrap/perfect-scrollbar/blob/main/LICENSE))
* RequireJS v2.1.10 (!2.3.6 only MIT) ([MIT License](https://github.com/requirejs/requirejs/blob/master/LICENSE))
* RequireJS text v2.0.10 (!2.0.16 only MIT) ([MIT License](https://github.com/requirejs/text/blob/master/LICENSE))
* Socket.IO v4.5.3 ([MIT License](https://github.com/socketio/socket.io/blob/main/LICENSE))
* SVGInjector v1.1.3 ([MIT License](https://github.com/iconic/SVGInjector/blob/master/LICENSE))
* Underscore.js v1.8.3 (!1.13.6) ([MIT License](https://github.com/jashkenas/underscore/blob/master/LICENSE))
* XRegExp v3.0.0 ([MIT License](https://github.com/slevithan/xregexp/blob/master/LICENSE))
Files located in the node_modules directory, and certain utilities used
to build or test the software in the test and dist directories, are
externally maintained libraries used by this software which have their own
licenses; we recommend you read them, as their terms may differ from the
terms above.