2018-06-02 20:32:14 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2021-03-07 16:21:07 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
2022-02-08 21:24:16 +00:00
|
|
|
"bootstrap": "^4.6.1",
|
2020-02-25 16:09:36 +00:00
|
|
|
"bootstrap4-toggle": "^3.6.1",
|
2022-02-08 21:24:16 +00:00
|
|
|
"clipboard": "^2.0.10",
|
2021-10-06 07:53:57 +00:00
|
|
|
"dropzone": "^5.9.3",
|
2019-11-13 15:23:10 +00:00
|
|
|
"highlightjs": "^9.16.2",
|
2020-11-13 21:54:13 +00:00
|
|
|
"highlightjs-line-numbers.js": "^2.8.0",
|
2021-03-07 16:21:07 +00:00
|
|
|
"jquery": "^3.6.0",
|
2022-02-08 21:24:16 +00:00
|
|
|
"plyr": "^3.6.12",
|
2020-02-25 16:09:36 +00:00
|
|
|
"popper.js": "^1.16.1",
|
2019-11-13 15:23:10 +00:00
|
|
|
"tooltip.js": "^1.3.3"
|
2018-06-02 20:32:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-26 00:12:41 +00:00
|
|
|
"grunt": "^1.5.3",
|
2022-06-20 11:56:50 +00:00
|
|
|
"grunt-contrib-compress": "^2.0.0",
|
2018-06-02 20:32:14 +00:00
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2018-12-09 13:42:50 +00:00
|
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
2022-02-08 21:24:16 +00:00
|
|
|
"grunt-contrib-jshint": "^3.1.1",
|
2019-05-06 22:49:24 +00:00
|
|
|
"grunt-contrib-uglify": "^4.0.1",
|
2018-06-02 20:32:14 +00:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2019-05-09 10:51:33 +00:00
|
|
|
"grunt-shell": "^3.0.1",
|
2018-06-02 20:32:14 +00:00
|
|
|
"load-grunt-tasks": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|