XBackBone/package.json
Sergio Brighenti 7de2b75cdc Updated js deps
2019-03-03 15:13:31 +01:00

23 lines
561 B
JSON

{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"bootstrap": "^4.3.1",
"clipboard": "^2.0.4",
"highlightjs": "^9.12.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.7",
"tooltip.js": "^1.3.1",
"video.js": "^7.4.2"
},
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-zip": "^0.18.1",
"load-grunt-tasks": "^4.0.0"
}
}