feat: Introduce modern jQuery-free minimal bundle with native DOM utilities, easing functions, and various vendor libraries

This commit is contained in:
Aigars Silkalns
2025-09-05 14:54:21 +03:00
parent 3ede968007
commit bbe76e948c
72 changed files with 2580 additions and 5596 deletions

View File

@@ -4,8 +4,11 @@
"type": "module",
"description": "Gentelella Admin is a free to use Bootstrap admin template",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev": "vite --clearScreen false",
"dev:watch": "./dev-watch.sh",
"dev:debug": "DEBUG=vite:* vite --clearScreen false",
"build": "NODE_ENV=production vite build",
"build:dev": "NODE_ENV=development vite build",
"preview": "vite preview",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
@@ -67,6 +70,7 @@
"autosize": "^6.0.1",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.0",
"choices.js": "^11.1.0",
"cropperjs": "^2.0.1",
"datatables.net": "^2.3.3",
"datatables.net-bs5": "^2.3.3",
@@ -76,23 +80,17 @@
"datatables.net-keytable": "^2.12.1",
"datatables.net-responsive": "^3.0.6",
"datatables.net-responsive-bs5": "^3.0.6",
"daterangepicker": "^3.1.0",
"dayjs": "^1.11.18",
"dompurify": "^3.2.6",
"dropzone": "^6.0.0-beta.2",
"echarts": "^6.0.0",
"flot": "^4.2.6",
"inputmask": "^5.0.9",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.7.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",
"nouislider": "^15.8.1",
"nprogress": "^0.2.0",
"select2": "^4.1.0-rc.0",
"skycons": "^1.0.0",
"switchery": "^0.0.2"
}