Introduces comprehensive reports feature with interactive sales dashboard Includes dynamic data tables, charts, and filtering capabilities Enhances application with new statistics and reporting functionality
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"esbuild": "^0.27.2",
|
|
"purgecss": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"analyze-css": "node analyze-css.js"
|
|
},
|
|
"dependencies": {
|
|
"@sevenweirdpeople/swp-charting": "^0.2.2",
|
|
"fuse.js": "^7.1.0"
|
|
}
|
|
}
|