-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.11 KB
/
package.json
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
{
"name": "competitions",
"version": "1.4",
"description": "Competitions is an open source tool to run NIH-style peer review of competitions, pilot projects, and research proposals in a cloud-based consortium-wide single sign-on platform.",
"main": "index.js",
"repository": "https://github.com/NUARIG/competitions.git",
"author": "Firas Wehbe <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@hotwired/stimulus": "^3.0.1",
"@hotwired/turbo": "^7.3.0",
"@hotwired/turbo-rails": "^7.2.4",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^7.1.3",
"@rails/activestorage": "^6.0.0",
"@rails/request.js": "^0.0.8",
"@rails/ujs": "^6.0.0",
"esbuild": "^0.13.12",
"foundation-datepicker": "^1.5.6",
"foundation-sites": "6.6.3",
"jquery": "^3.6.0",
"jquery_nested_form": "^0.3.3",
"motion-ui": "^2.0.3",
"select2": "^4.1.0-rc.0",
"tom-select": "^2.2.2",
"trix": "^2.1.5"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds"
}
}