2018-06-02 20:32:14 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2019-03-03 14:13:31 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.7.2",
|
|
|
|
"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",
|
2018-06-02 20:32:14 +00:00
|
|
|
"jquery": "^3.3.1",
|
2019-03-03 14:13:31 +00:00
|
|
|
"popper.js": "^1.14.7",
|
2019-01-22 16:39:57 +00:00
|
|
|
"tooltip.js": "^1.3.1",
|
|
|
|
"video.js": "^7.4.2"
|
2018-06-02 20:32:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^1.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2018-12-09 13:42:50 +00:00
|
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
|
|
"grunt-contrib-jshint": "^2.0.0",
|
|
|
|
"grunt-contrib-uglify": "^4.0.0",
|
2018-06-02 20:32:14 +00:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2018-12-09 13:42:50 +00:00
|
|
|
"grunt-zip": "^0.18.1",
|
2018-06-02 20:32:14 +00:00
|
|
|
"load-grunt-tasks": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|