Files
gentelella/package.json
Aigars Silkalns bc8f9df340 Working index.html
2025-06-11 17:18:42 +03:00

74 lines
1.7 KiB
JSON

{
"name": "gentelella",
"version": "2.0-beta2",
"description": "Gentelella Admin is a free to use Bootstrap admin template",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puikinsh/gentelella.git"
},
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"bootstrap5",
"theme",
"backend",
"responsive",
"modern"
],
"author": "Aigars Silkalns",
"contributors": [
"Christian Esperar"
],
"license": "MIT",
"main": "src/main.js",
"bugs": {
"url": "https://github.com/puikinsh/gentelella/issues"
},
"homepage": "https://github.com/puikinsh/gentelella#readme",
"devDependencies": {
"glob": "^11.0.2",
"sass": "^1.89.2",
"vite": "^6.3.5"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.10.4",
"@fortawesome/fontawesome-free": "^6.6.0",
"@popperjs/core": "^2.11.8",
"autosize": "^6.0.1",
"bootstrap": "^5.3.6",
"bootstrap-wysiwyg": "^2.0.1",
"chart.js": "^4.4.2",
"cropper": "^4.1.0",
"datatables.net": "^2.3.2",
"datatables.net-bs5": "^2.3.2",
"daterangepicker": "^3.1.0",
"dayjs": "^1.11.13",
"fastclick": "^1.0.6",
"flot": "^4.2.6",
"gaugeJS": "^1.3.9",
"icheck": "^1.0.2",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.6.1",
"jquery-sparkline": "^2.4.0",
"jquery-ui": "^1.14.1",
"jqvmap": "^1.5.1",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"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"
}
}