23 lines
1.8 KiB
Markdown
23 lines
1.8 KiB
Markdown
# README: Scripts
|
|
|
|
Scripts included in this directory are as follows:
|
|
|
|
| Filename | Size | Version | Downloaded | Licence |
|
|
| --------------------------- | ------- | ------- | --------------------------- | ------------------------------------------------------------ |
|
|
| jquery-3.7.1.slim.min.js | 69Kb | 3.7.1 | August 31<sup>st</sup> 2025 | [MIT](https://jquery.com/license/) |
|
|
| react-dom.production.min.js | 129Kb | 18 | August 31<sup>st</sup> 2025 | [MIT](https://github.com/facebook/react/blob/main/LICENSE) |
|
|
| react.production.min.js | 11Kb | 18 | August 31<sup>st</sup> 2025 | [MIT](https://github.com/facebook/react/blob/main/LICENSE) |
|
|
| scittle.js | 859Kb | 0.7.27 | August 25<sup>th</sup> 2025 | [Eclipse Public License - v 1.0](https://github.com/babashka/scittle/blob/main/LICENSE) |
|
|
| scittle.reagent.js | 75Kb | 0.7.27 | August 31<sup>st</sup> 2025 | [MIT](https://github.com/reagent-project/reagent/blob/master/LICENSE) |
|
|
| Total | 1,143Kb | | | |
|
|
|
|
They're included here because if we source them from a content delivery network site, we open our users up to tracking cookies, which I would prefer not to do.
|
|
|
|
Note that 75% of this is [Scittle](https://github.com/babashka/scittle) and 6% Scittle's [Reagent](https://github.com/reagent-project/reagent) build. Scittle made it much easier and quicker for me to build this project, but that's quite a chunk.
|
|
|
|
Later, our own scripts will probably be in this directory as well but during development it's convenient to have them in the HTML.
|
|
|
|
-----
|
|
|
|
Simon Brooke, 31<sup>st</sup> August 2025
|