feat: update client package dependencies and Rollup configuration

- Added rollup-plugin-postcss to package.json and updated package-lock.json.
- Enhanced Rollup configuration to include postcss plugin for CSS handling.
- Updated index.ts to export all components from the components directory for better modularity.
This commit is contained in:
Danny Avila 2025-07-13 08:53:32 -04:00 committed by Marco Beretta
parent 2af4ca5b5c
commit ae43b4eed0
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
4 changed files with 1087 additions and 9 deletions

View file

@ -48,6 +48,7 @@
"rimraf": "^5.0.1",
"rollup": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.0.0"
}