adminator-admin-dashboard 2.7.1 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +116 -0
- package/CLAUDE.md +5 -5
- package/README.md +63 -24
- package/dist/main.js +1779 -2571
- package/dist/main.js.map +1 -1
- package/package.json +28 -36
- package/src/assets/scripts/app 2.js +645 -0
- package/src/assets/scripts/app.js +3 -3
- package/src/assets/scripts/utils/theme.js +4 -2
- package/src/assets/scripts/vectorMaps/index.js +5 -5
- package/dist/55b07f26c86c8e3d3754.svg +0 -1
- package/dist/9fad440d8ee7a949a9a9.svg +0 -1
- package/dist/test.html +0 -91
- package/src/assets/scripts/app.ts +0 -757
- package/src/assets/scripts/components/Chart.ts +0 -1350
- package/src/assets/scripts/components/Sidebar.ts +0 -388
- package/src/assets/scripts/datatable/index.ts +0 -707
- package/src/assets/scripts/datepicker/index.ts +0 -699
- package/src/assets/scripts/ui/index.ts +0 -740
- package/src/assets/scripts/utils/date.ts +0 -363
- package/src/assets/scripts/utils/dom.ts +0 -513
- package/src/assets/scripts/utils/theme.ts +0 -313
- package/src/assets/scripts/vectorMaps/index.ts +0 -542
- package/src/test.html +0 -96
- package/src/types/index.ts +0 -236
- /package/dist/assets/{c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg → fontawesome-webfont.svg} +0 -0
- /package/dist/assets/{f0fc8c798eac5636249c4ea287832422.svg → themify.svg} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adminator-admin-dashboard",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Modern jQuery-free Bootstrap 5 Admin Dashboard Template with Dark Mode",
|
|
6
6
|
"main": "dist/index.html",
|
|
@@ -52,72 +52,64 @@
|
|
|
52
52
|
"release:minified": "npm run clean && NODE_ENV=production MINIFY=true cross-env webpack",
|
|
53
53
|
"release:unminified": "npm run clean && NODE_ENV=production MINIFY=false cross-env webpack",
|
|
54
54
|
"preview": "cross-env webpack server",
|
|
55
|
-
"type-check": "tsc --noEmit",
|
|
56
|
-
"type-check:watch": "tsc --noEmit --watch",
|
|
57
|
-
"build:types": "tsc --emitDeclarationOnly --outDir types",
|
|
58
55
|
"lint:js": "eslint ./src ./webpack ./*.js -f table --ext .js --ext .jsx",
|
|
59
|
-
"lint:ts": "eslint ./src ./webpack ./*.ts -f table --ext .ts --ext .tsx",
|
|
60
56
|
"lint:scss": "stylelint ./src/**/*.scss",
|
|
61
|
-
"lint": "npm run lint:js && npm run lint:
|
|
62
|
-
"prepublishOnly": "npm run
|
|
57
|
+
"lint": "npm run lint:js && npm run lint:scss",
|
|
58
|
+
"prepublishOnly": "npm run build",
|
|
63
59
|
"postpublish": "echo 'Package published successfully! View at: https://www.npmjs.com/package/adminator-admin-dashboard'"
|
|
64
60
|
},
|
|
65
61
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "^7.
|
|
67
|
-
"@babel/eslint-parser": "^7.
|
|
68
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
69
|
-
"@babel/preset-env": "^7.
|
|
70
|
-
"@
|
|
71
|
-
"@eslint/
|
|
72
|
-
"@
|
|
73
|
-
"@types/masonry-layout": "^4.2.8",
|
|
74
|
-
"@types/node": "^24.0.12",
|
|
75
|
-
"@typescript-eslint/eslint-plugin": "^8.36.0",
|
|
76
|
-
"@typescript-eslint/parser": "^8.36.0",
|
|
62
|
+
"@babel/core": "^7.28.0",
|
|
63
|
+
"@babel/eslint-parser": "^7.28.0",
|
|
64
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
65
|
+
"@babel/preset-env": "^7.28.0",
|
|
66
|
+
"@eslint/js": "^9.33.0",
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
|
68
|
+
"@typescript-eslint/parser": "^8.42.0",
|
|
77
69
|
"babel-loader": "^10.0.0",
|
|
78
70
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
79
71
|
"copy-webpack-plugin": "^13.0.0",
|
|
80
|
-
"cross-env": "^
|
|
72
|
+
"cross-env": "^10.0.0",
|
|
81
73
|
"css-loader": "^7.1.2",
|
|
82
74
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
83
|
-
"eslint": "^9.
|
|
75
|
+
"eslint": "^9.33.0",
|
|
84
76
|
"eslint-formatter-table": "^7.32.1",
|
|
85
|
-
"globals": "^16.
|
|
77
|
+
"globals": "^16.3.0",
|
|
86
78
|
"html-webpack-plugin": "^5.6.3",
|
|
87
|
-
"mini-css-extract-plugin": "^2.9.
|
|
79
|
+
"mini-css-extract-plugin": "^2.9.3",
|
|
88
80
|
"postcss": "^8.5.6",
|
|
89
81
|
"postcss-loader": "^8.1.1",
|
|
90
|
-
"postcss-preset-env": "^10.2.
|
|
91
|
-
"sass": "^1.
|
|
82
|
+
"postcss-preset-env": "^10.2.4",
|
|
83
|
+
"sass": "^1.90.0",
|
|
92
84
|
"sass-loader": "^16.0.5",
|
|
93
85
|
"shx": "^0.4.0",
|
|
94
86
|
"style-loader": "^4.0.0",
|
|
95
|
-
"stylelint": "^16.
|
|
87
|
+
"stylelint": "^16.23.1",
|
|
96
88
|
"stylelint-config-standard": "^38.0.0",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"webpack": "^5.99.9",
|
|
89
|
+
"typescript": "^5.9.2",
|
|
90
|
+
"webpack": "^5.101.0",
|
|
100
91
|
"webpack-cli": "^6.0.1",
|
|
101
92
|
"webpack-dashboard": "^3.3.8",
|
|
102
93
|
"webpack-dev-server": "^5.2.2"
|
|
103
94
|
},
|
|
104
95
|
"dependencies": {
|
|
105
|
-
"@
|
|
106
|
-
"@fullcalendar/
|
|
107
|
-
"@fullcalendar/
|
|
108
|
-
"@fullcalendar/
|
|
109
|
-
"@fullcalendar/
|
|
96
|
+
"@babel/runtime": "^7.28.2",
|
|
97
|
+
"@fullcalendar/core": "^6.1.19",
|
|
98
|
+
"@fullcalendar/daygrid": "^6.1.19",
|
|
99
|
+
"@fullcalendar/interaction": "^6.1.19",
|
|
100
|
+
"@fullcalendar/list": "^6.1.19",
|
|
101
|
+
"@fullcalendar/timegrid": "^6.1.19",
|
|
110
102
|
"@popperjs/core": "^2.11.8",
|
|
111
|
-
"bootstrap": "^5.3.
|
|
103
|
+
"bootstrap": "^5.3.8",
|
|
112
104
|
"brand-colors": "^2.1.1",
|
|
113
105
|
"chart.js": "^4.5.0",
|
|
114
106
|
"dayjs": "^1.11.13",
|
|
115
|
-
"file-loader": "^6.2.0",
|
|
116
107
|
"jsvectormap": "^1.6.0",
|
|
117
108
|
"load-google-maps-api": "^2.0.2",
|
|
118
109
|
"lodash": "^4.17.21",
|
|
119
110
|
"masonry-layout": "^4.2.2",
|
|
120
111
|
"perfect-scrollbar": "^1.5.6",
|
|
121
|
-
"skycons": "^1.0.0"
|
|
112
|
+
"skycons": "^1.0.0",
|
|
113
|
+
"ts-api-utils": "^2.1.0"
|
|
122
114
|
}
|
|
123
115
|
}
|