Files
gentelella/package.json
Aigars Silkalns 476de210af Work in progress
2025-06-11 09:57:51 +03:00

74 lines
1.8 KiB
JSON

{
"name": "gentelella",
"version": "2.0-beta2",
"description": "Gentelella Admin is a free to use Bootstrap admin template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puikinsh/gentelella.git"
},
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"author": "Aigars Silkalns",
"contributors": [
"Christian Esperar"
],
"license": "MIT",
"main": "build/js/custom.min.js",
"bugs": {
"url": "https://github.com/puikinsh/gentelella/issues"
},
"homepage": "https://github.com/puikinsh/gentelella#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-ruby-sass": "^4.0.0",
"gulp-sass": "^6.0.1",
"gulp-uglify": "^3.0.2",
"sass": "^1.89.2"
},
"dependencies": {
"autosize": "^6.0.1",
"bootstrap": "^4.6.2",
"bootstrap-progressbar": "^0.9.0",
"bootstrap-wysiwyg": "^2.0.1",
"chart.js": "^2.9.4",
"cropper": "^4.1.0",
"datatables.net": "^2.3.2",
"datatables.net-bs": "^2.3.2",
"daterangepicker": "^3.1.0",
"fastclick": "^1.0.6",
"flot": "^4.2.6",
"font-awesome": "^4.7.0",
"gauge.js": "^0.2.1",
"icheck": "^1.0.2",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.6.1",
"jquery-sparkline": "^2.4.0",
"jqvmap": "^1.5.1",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"parsleyjs": "^2.9.2",
"pnotify": "^5.2.0",
"select2": "^4.1.0-rc.0",
"skycons": "^1.0.0",
"starrr": "^2.0.4",
"switchery": "^0.0.2"
}
}