XBackBone/package.json
Sergio Brighenti fb8fd68340 Implemented search
Updated js deps
2019-01-22 17:39:57 +01:00

23 lines
561 B
JSON

{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"bootstrap": "^4.1.3",
"clipboard": "^2.0.4",
"highlightjs": "^9.12.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.6",
"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"
}
}