UNPKG

@7x7cl/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

26 lines (25 loc) 711 B
{ "description": "Add Storybook", "devDependencies": { "@storybook/addon-essentials": "7.0.18", "@storybook/addon-links": "7.0.18", "@storybook/blocks": "7.0.18", "@storybook/builder-vite": "7.0.18", "@storybook/html": "7.0.18", "@storybook/html-vite": "7.0.18", "storybook": "7.0.18", "storybook-framework-qwik": "0.2.2" }, "scripts": { "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "__qwik__": { "displayName": "Integration: Storybook", "priority": -1, "docs": [ "https://qwik.builder.io/integrations/integration/storybook/", "https://storybook.js.org/docs/qwik/get-started/why-storybook" ] } }