24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Dependencies used by Sshwifty
|
|
|
|
Sshwifty uses many third-party components. Those components is required inorder
|
|
for Sshwifty to function.
|
|
|
|
A list of used components can be found inside `package.json` and `go.mod` file.
|
|
|
|
Major dependencies includes:
|
|
|
|
## For front-end application
|
|
|
|
- [Vue](https://vuejs.org), Licensed under MIT license
|
|
- [Babel](https://babeljs.io/), Licensed under MIT license
|
|
- [XTerm.js](https://xtermjs.org/), Licensed under MIT license
|
|
- [normalize.css](https://github.com/necolas/normalize.css), Licensed under MIT license
|
|
- [Roboto font](https://en.wikipedia.org/wiki/Roboto), Licensed under Apache license.
|
|
Packaged by [Christian Hoffmeister](https://github.com/choffmeister/roboto-fontface-bower), Licensed under Apache 2.0
|
|
- [iconv-lite](https://github.com/ashtuchkin/iconv-lite), Licensed under MIT license
|
|
|
|
## For back-end application
|
|
|
|
- `github.com/gorilla/websocket`, Licensed under BSD-2-Cause license
|
|
- `golang.org/x/net/proxy` [View license](https://github.com/golang/net/blob/master/LICENSE)
|
|
- `golang.org/x/crypto`, [View license](https://github.com/golang/crypto/blob/master/LICENSE) |