-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 879 Bytes
/
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": "openondemand-dashboard",
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@rails/webpacker": "5.2.1",
"bootstrap": "4.6.0",
"bootstrap-icons": "^1.11.3",
"chartjs-chart-treemap": "^2.3.1",
"clipboard": "^2.0.8",
"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",
"handlebars": "^4.7.7",
"jquery": "^3.5.1",
"jquery-migrate": "3.3.2",
"jquery-ujs": "^1.2.2",
"lodash": "^4.17.21",
"oboe": "^2.1.5",
"popper.js": "1.16.1",
"postcss": "^8.2.13",
"sweetalert2": "^10.15.7",
"uppy": "^2.3.3",
"yarn": "^1.22.22"
},
"resolutions": {
"postcss": "^8.2.13"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7"
}
}