Files
gentelella/package.json
2025-07-28 21:27:57 +03:00

99 lines
2.6 KiB
JSON

{
"name": "gentelella",
"version": "2.1.0",
"description": "Gentelella Admin is a free to use Bootstrap admin template",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"format": "prettier --write src/",
"format:check": "prettier --check src/",
"analyze": "npm run build && open dist/stats.html",
"analyze:ci": "npm run build"
},
"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": {
"@eslint/js": "^9.31.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.8",
"glob": "^11.0.2",
"prettier": "^3.6.2",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.89.2",
"terser": "^5.43.1",
"typescript": "^5.8.3",
"vite": "^7.0.6"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.10.4",
"@fortawesome/fontawesome-free": "^7.0.0",
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
"@fullcalendar/interaction": "^6.1.17",
"@fullcalendar/timegrid": "^6.1.17",
"@popperjs/core": "^2.11.8",
"@simonwep/pickr": "^1.9.1",
"autosize": "^6.0.1",
"bootstrap": "^5.3.6",
"chart.js": "^4.4.2",
"cropperjs": "^2.0.0",
"datatables.net": "^2.3.2",
"datatables.net-bs5": "^2.3.2",
"datatables.net-buttons": "^3.2.3",
"datatables.net-buttons-bs5": "^3.2.3",
"datatables.net-fixedheader": "^4.0.3",
"datatables.net-keytable": "^2.12.1",
"datatables.net-responsive": "^3.0.4",
"datatables.net-responsive-bs5": "^3.0.4",
"daterangepicker": "^3.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"dropzone": "^6.0.0-beta.2",
"echarts": "^5.6.0",
"flot": "^4.2.6",
"inputmask": "^5.0.9",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.6.1",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
"jquery-ui": "^1.14.1",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"select2": "^4.1.0-rc.0",
"skycons": "^1.0.0",
"switchery": "^0.0.2"
}
}