forked from consected/restructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.66 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.66 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "restructure",
"version": "1.0.0",
"main": "_fpa.js",
"repository": "https://github.com/consected/ReStructure",
"author": "Phil <phil.ayres@consected.com>",
"license": "BSD-3-Clause",
"description": "ReStructure - an application supporting research studies, developed for the Football Players Health Study at Harvard University. Copyright 2020 Harvard University",
"dependencies": {
"@fullcalendar/core": "4.2.0",
"@fullcalendar/daygrid": "4.2.0",
"@fullcalendar/interaction": "4.2.0",
"@fullcalendar/timegrid": "4.2.0",
"@rails/webpacker": "5.4.3",
"blueimp-file-upload": "9.27",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-wysiwyg": "https://github.com/consected/bootstrap-wysiwyg",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.2.1",
"chosen-js": "^1.8.7",
"codemirror": "^5.58.2",
"domador": "https://github.com/consected/domador",
"handlebars": "^4.7.6",
"highlightjs": "^9.16.2",
"jquery-mask-plugin": "https://github.com/consected/jQuery-Mask-Plugin",
"jquery-timepicker": "^1.3.3",
"jquery.hotkeys": "https://github.com/consected/jquery.hotkeys",
"jquery.scrollto": "^2.1.2",
"js-yaml": "^4.1.0",
"jsTreeTable": "https://github.com/consected/jsTreeTable",
"luxon": "^3.0.1",
"megamark": "^3.3.0",
"moment": "^2.29.3",
"sortablejs": "^1.13.0",
"spark-md5": "^3.0.1",
"tablesorter": "^2.31.3",
"textarea-autogrow": "^1.0.0",
"typeahead.js": "^0.11.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"jasmine-browser-runner": "^1.1.0",
"jasmine-core": "^4.3.0",
"webpack-dev-server": "^3"
}
}