withfront
Version:
Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more
58 lines (57 loc) • 1.6 kB
JSON
{
"name": "withfront",
"version": "1.6.43",
"description": "Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more",
"author": "Artur Mamedov <arturmamedov1993@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arturmamedov/withFront/issues"
},
"homepage": "https://arturmamedov.github.io/withFront/",
"repository": {
"type": "git",
"url": "https://github.com/arturmamedov/withFront.git"
},
"keywords": [
"bootstrap",
"frontend",
"tools",
"tips",
"trick",
"css",
"js"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"animate.css": "^3.7.2",
"blueimp-gallery": "^2.44.0",
"bootstrap": "^4.5.0",
"bootstrap-datepicker": "^1.9.0",
"flag-icon-css": "^3.5.0",
"html5shiv": "^3.7.3",
"jquery": "^3.5.0",
"jquery.nicescroll": "^3.7.6",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"respond.js": "^1.4.2",
"slick-carousel": "^1.8.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"development": "grunt -vvv",
"onlycss": "grunt cssmin",
"dev": "grunt -v",
"production": "grunt",
"prod": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
}
}