Added storybook ability to work on widgets before deployment to site.
This commit is contained in:
+18
-2
@@ -7,7 +7,9 @@
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "^3.22.0",
|
||||
@@ -17,11 +19,13 @@
|
||||
"leaflet": "^1.9.4",
|
||||
"lucide-react": "^0.539.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"plotly.js": "^3.6.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-grid-layout": "^1.5.2",
|
||||
"react-hook-form": "^7.62.0",
|
||||
"react-leaflet": "^5.0.0",
|
||||
"react-plotly.js": "^3.0.0",
|
||||
"react-resizable": "^3.0.5",
|
||||
"react-router-dom": "^7.16.0",
|
||||
"uuid": "^11.1.0",
|
||||
@@ -37,6 +41,18 @@
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
"globals": "^16.2.0",
|
||||
"vite": "^6.3.5",
|
||||
"vite-jsconfig-paths": "^2.0.1"
|
||||
"vite-jsconfig-paths": "^2.0.1",
|
||||
"storybook": "^10.4.6",
|
||||
"@storybook/react-vite": "^10.4.6",
|
||||
"@chromatic-com/storybook": "^5.2.1",
|
||||
"@storybook/addon-vitest": "^10.4.6",
|
||||
"@storybook/addon-a11y": "^10.4.6",
|
||||
"@storybook/addon-docs": "^10.4.6",
|
||||
"prop-types": "^15.8.1",
|
||||
"eslint-plugin-storybook": "^10.4.6",
|
||||
"vitest": "^4.1.9",
|
||||
"playwright": "^1.61.0",
|
||||
"@vitest/browser-playwright": "^4.1.9",
|
||||
"@vitest/coverage-v8": "^4.1.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user