Blame view

package.json 362 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
        "@fortawesome/fontawesome-free": "^5.11.2",
        "bootstrap": "^4.3",
54f51eca   Miguel Barão   update js libraries
7
        "codemirror": "^5.49.2",
3c51a0c3   Miguel Barão   update javascript...
8
9
10
11
        "datatables": "^1.10",
        "jquery": "^3.4.1",
        "mathjax": "^3",
        "popper.js": "^1.16.0"
5e2c5e62   Miguel Barão   add package.json ...
12
13
    }
}