feat:Added piechart in Dashboard

This commit is contained in:
2025-02-22 15:35:48 +05:30
parent 357071b967
commit f7cb1af2c4
384 changed files with 112765 additions and 8 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"name": "svg.pathmorphing.js",
"version": "0.1.3",
"description": "Enables pathmorphing / path animation in svg.js",
"main": "dist/svg.pathmorphing.js",
"keywords": [
"svg.js",
"pathmorphing",
"animation"
],
"bugs": "https://github.com/svgdotjs/svg.pathmorphing.js/issues",
"license": "MIT",
"author": "Ulrich-Matthias Schäfer",
"contributors": [
{
"name": "Ulrich-Matthias Schäfer"
}
],
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/svgdotjs/svg.pathmorphing.js.git"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-iife": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-standard": "^10.0.0",
"gulp-trimlines": "^1.0.1",
"gulp-uglify": "^2.1.2",
"gulp-wrap-iife": "0.0.1"
},
"dependencies": {
"svg.js": "^2.4.0"
}
}