Blame view

package.json 370 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.8.1",
        "bootstrap": "^4.3.1",
54f51eca   Miguel Barão   update js libraries
7
        "codemirror": "^5.45.0",
3c51a0c3   Miguel Barão   update javascript...
8
9
10
11
        "datatables": "^1.10.18",
        "jquery": "^3.3.1",
        "mathjax": "^2.7.5",
        "popper.js": "^1.15.0"
5e2c5e62   Miguel Barão   add package.json ...
12
13
    }
}