Blame view

package.json 356 Bytes
5e2c5e62   Miguel Barão   add package.json ...
1
2
3
4
{
    "description": "Javascript libraries required to run the server",
    "email": "mjsb@uevora.pt",
    "dependencies": {
3c51a0c3   Miguel Barão   update javascript...
5
6
        "bootstrap": "^5.3.3",
        "bootstrap-icons": "^1.11.3",
54f51eca   Miguel Barão   update js libraries
7
        "codemirror": "^5.65.2",
3c51a0c3   Miguel Barão   update javascript...
8
9
10
11
        "datatables": "<2.0.0",
        "jquery": "^3.7.1",
        "mathjax": "^3.2.2",
        "underscore": "^1.13.6"
5e2c5e62   Miguel Barão   add package.json ...
12
13
    }
}