Blame view

package.json 354 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.1.0",
        "bootstrap-icons": "^1.7.2",
54f51eca   Miguel Barão   update js libraries
7
        "codemirror": "^5.61.1",
3c51a0c3   Miguel Barão   update javascript...
8
9
10
11
        "datatables": "^1.10",
        "jquery": "^3.6.0",
        "mathjax": "^3.1.4",
        "underscore": "^1.13.1"
5e2c5e62   Miguel Barão   add package.json ...
12
13
    }
}