2018-06-02 20:32:14 +00:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2018-11-17 20:54:05 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.4.1",
|
2018-10-13 11:09:02 +00:00
|
|
|
"bootstrap": "^4.1.3",
|
2018-11-19 18:07:36 +00:00
|
|
|
"clipboard": "^2.0.4",
|
2018-06-02 20:32:14 +00:00
|
|
|
"highlightjs": "^9.10.0",
|
|
|
|
"jquery": "^3.3.1",
|
2018-10-13 11:09:02 +00:00
|
|
|
"popper.js": "^1.14.4",
|
|
|
|
"tooltip.js": "^1.3.0",
|
2018-11-17 20:54:05 +00:00
|
|
|
"video.js": "^7.3.0"
|
2018-06-02 20:32:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^1.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
|
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
|
|
"grunt-contrib-uglify": "^3.3.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-zip": "^0.17.1",
|
|
|
|
"load-grunt-tasks": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|