XBackBone/package.json

26 lines
651 B
JSON
Raw Normal View History

{
"dependencies": {
2020-02-25 16:09:36 +00:00
"@fortawesome/fontawesome-free": "^5.12.1",
"bootstrap": "^4.4.1",
2020-02-25 16:09:36 +00:00
"bootstrap4-toggle": "^3.6.1",
2018-11-19 18:07:36 +00:00
"clipboard": "^2.0.4",
2020-02-25 16:09:36 +00:00
"dropzone": "^5.7.0",
2019-11-13 15:23:10 +00:00
"highlightjs": "^9.16.2",
"jquery": "^3.4.1",
2020-02-25 16:09:36 +00:00
"plyr": "^3.5.10",
"popper.js": "^1.16.1",
2019-11-13 15:23:10 +00:00
"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",
2019-05-09 10:51:33 +00:00
"grunt-shell": "^3.0.1",
"grunt-zip": "^0.18.2",
"load-grunt-tasks": "^4.0.0"
}
}