-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "amy",
"version": "v4.10.0-dev",
"description": "A web-based workshop administration application for The Carpentries",
"main": "index.js",
"repository": "git@github.com:carpentries/amy.git",
"author": "The Carpentries Team <team@carpentries.org>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.1.1",
"@github/time-elements": "^3.1.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"datatables.net": "^1.11.3",
"datatables.net-bs5": "^1.11.3",
"datatables.net-dt": "^1.11.3",
"htmx.org": "^2.0.10",
"jquery": "^3.5.0",
"jquery-stickytabs": "^1.2.4",
"js-cookie": "^3.0.7",
"js-yaml": "^4.1.0",
"select2": "^4.0.10",
"select2-bootstrap-5-theme": "^1.3.0",
"urijs": "^1.19.11",
"vanillajs-datepicker": "^1.3.4"
}
}