diff --git a/package.json b/package.json
index 7c886b39..b0faa8f5 100644
--- a/package.json
+++ b/package.json
@@ -86,10 +86,8 @@
"@xylabs/react-theme": "workspace:^"
},
"devDependencies": {
- "@chromatic-com/storybook": "^3.2.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
- "@eslint-react/eslint-plugin": "^1.17.1",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@storybook/addon-actions": "^8.4.5",
@@ -98,16 +96,10 @@
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-mdx-gfm": "^8.4.5",
- "@storybook/addon-onboarding": "^8.4.5",
- "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
- "@storybook/blocks": "^8.4.5",
"@storybook/components": "^8.4.5",
"@storybook/core-events": "^8.4.5",
"@storybook/react": "^8.4.5",
- "@storybook/react-vite": "^8.4.5",
- "@storybook/test": "^8.4.5",
"@storybook/theming": "^8.4.5",
- "@stylistic/eslint-plugin": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@xylabs/eslint-config-flat": "^4.2.4",
@@ -115,21 +107,15 @@
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig": "^4.2.4",
"@xylabs/tsconfig-react": "^4.2.4",
- "@xyo-network/react-theme": "^4.2.10",
"axios": "^1.7.8",
- "buffer": "^6.0.3",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
- "knip": "^5.38.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.4.5",
- "tsconfig-paths-webpack-plugin": "^4.2.0",
- "typescript": "^5.7.2",
- "vite": "^6.0.0",
- "vitest": "^2.1.6"
+ "typescript": "^5.7.2"
},
"peerDependencies": {
"@mui/icons-material": "^6",
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 452dadc1..ebf47ce6 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -37,16 +37,28 @@
"packages/*"
],
"dependencies": {
- "@xylabs/react-invertible-theme": "workspace:^"
+ "@mui/icons-material": "^6.1.8",
+ "@xylabs/react-flexbox": "workspace:^",
+ "@xylabs/react-invertible-theme": "workspace:^",
+ "react-dom": "^18.3.1",
+ "react-router-dom": "^6.28.0",
+ "recharts": "npm:^2.13.3",
+ "typescript": "^5.7.2"
},
"devDependencies": {
+ "@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
+ "@react-spring/web": "^9.7.5",
"@storybook/react": "^8.4.5",
"@types/react": "^18.3.12",
+ "@xylabs/react-button": "workspace:^",
+ "@xylabs/react-flexbox": "workspace:^",
"@xylabs/ts-scripts-yarn3": "^4.2.4",
"@xylabs/tsconfig-react": "^4.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
+ "react-router-dom": "^6.28.0",
+ "recharts": "npm:^2.13.3",
"typescript": "^5.7.2"
},
"peerDependencies": {
diff --git a/packages/theme/src/showcase/dashboard/DataViewers/Charts/ScatterCharts/DailyVerificationScatterChart.tsx b/packages/theme/src/showcase/dashboard/DataViewers/Charts/ScatterCharts/DailyVerificationScatterChart.tsx
index 996e7203..6b62e327 100644
--- a/packages/theme/src/showcase/dashboard/DataViewers/Charts/ScatterCharts/DailyVerificationScatterChart.tsx
+++ b/packages/theme/src/showcase/dashboard/DataViewers/Charts/ScatterCharts/DailyVerificationScatterChart.tsx
@@ -66,7 +66,7 @@ export const DailyVerificationScatterChart: React.FC