XBackBone/package.json
Sergio Brighenti 2567ea3c5a Changed videojs to plyr
Fixed migrate command
2019-11-13 13:53:45 +01:00

24 lines
589 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",
"plyr": "^3.5.6",
"popper.js": "^1.15.0",
"tooltip.js": "^1.3.2"
},
"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"
}
}