42883417e8
Improved installer extensions recognitions Improved cli commands
23 lines
593 B
JSON
23 lines
593 B
JSON
{
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.10.2",
|
|
"bootstrap": "^4.3.1",
|
|
"clipboard": "^2.0.4",
|
|
"highlightjs": "^9.12.0",
|
|
"jquery": "^3.4.1",
|
|
"popper.js": "^1.15.0",
|
|
"tooltip.js": "^1.3.2",
|
|
"video.js": "^7.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.4",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
"grunt-contrib-jshint": "^2.1.0",
|
|
"grunt-contrib-uglify": "^4.0.1",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-shell": "^3.0.1",
|
|
"grunt-zip": "^0.18.2",
|
|
"load-grunt-tasks": "^4.0.0"
|
|
}
|
|
}
|