-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 872 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 872 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
28
29
{
"name": "openondemand-dashboard",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rails/ujs": "^7.0.1",
"bootstrap": "^4.6.0",
"clipboard": "^2.0.8",
"data-confirm-modal": "^1.6.2",
"datatables.net-bs": "^1.10.23",
"datatables.net-bs4": "^1.10.24",
"datatables.net-plugins": "^1.10.24",
"datatables.net-select": "^1.3.3",
"datatables.net-select-bs4": "^1.3.3",
"esbuild": "^0.14.36",
"handlebars": "^4.7.7",
"jquery": "^3.5.1",
"jquery-ujs": "^1.2.2",
"lodash": "^4.17.21",
"oboe": "^2.1.5",
"popper.js": "^1.16.1",
"sass": "^1.50.0",
"sweetalert2": "10.16.9",
"uppy": "^2.3.3"
},
"scripts": {
"build": "node esbuild.config.js",
"build:css": "sass ./app/assets/stylesheets/application.scss ./app/assets/builds/application.css --load-path=node_modules"
}
}