2018-06-02 20:32:14 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2019-05-06 22:49:24 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.8.1",
|
2019-03-03 14:13:31 +00:00
|
|
|
"bootstrap": "^4.3.1",
|
2018-11-19 18:07:36 +00:00
|
|
|
"clipboard": "^2.0.4",
|
2019-01-22 16:39:57 +00:00
|
|
|
"highlightjs": "^9.12.0",
|
2019-05-06 22:49:24 +00:00
|
|
|
"jquery": "^3.4.1",
|
|
|
|
"popper.js": "^1.15.0",
|
|
|
|
"tooltip.js": "^1.3.2",
|
|
|
|
"video.js": "^7.5.4"
|
2018-06-02 20:32:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-06 22:49:24 +00:00
|
|
|
"grunt": "^1.0.4",
|
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",
|
2019-05-06 22:49:24 +00:00
|
|
|
"grunt-contrib-jshint": "^2.1.0",
|
|
|
|
"grunt-contrib-uglify": "^4.0.1",
|
2018-06-02 20:32:14 +00:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2019-05-06 22:49:24 +00:00
|
|
|
"grunt-zip": "^0.18.2",
|
2018-06-02 20:32:14 +00:00
|
|
|
"load-grunt-tasks": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|