XBackBone/package.json
2019-11-13 16:23:10 +01:00

25 lines
615 B
JSON

{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"bootstrap": "^4.3.1",
"clipboard": "^2.0.4",
"dropzone": "^5.5.1",
"highlightjs": "^9.16.2",
"jquery": "^3.4.1",
"plyr": "^3.5.6",
"popper.js": "^1.16.0",
"tooltip.js": "^1.3.3"
},
"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"
}
}