XBackBone/package.json

27 lines
697 B
JSON
Raw Normal View History

{
"dependencies": {
2021-03-07 16:21:07 +00:00
"@fortawesome/fontawesome-free": "^5.15.2",
"bootstrap": "^4.6.1",
2020-02-25 16:09:36 +00:00
"bootstrap4-toggle": "^3.6.1",
"clipboard": "^2.0.10",
2021-10-06 07:53:57 +00:00
"dropzone": "^5.9.3",
2019-11-13 15:23:10 +00:00
"highlightjs": "^9.16.2",
"highlightjs-line-numbers.js": "^2.8.0",
2021-03-07 16:21:07 +00:00
"jquery": "^3.6.0",
"plyr": "^3.6.12",
2020-02-25 16:09:36 +00:00
"popper.js": "^1.16.1",
2019-11-13 15:23:10 +00:00
"tooltip.js": "^1.3.3"
},
"devDependencies": {
"grunt": "^1.5.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^3.1.1",
"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"
}
}