2024-07-30 23:59:06 +02:00
|
|
|
{
|
|
|
|
"name": "@repo/storybook",
|
2024-07-31 00:57:33 +02:00
|
|
|
"version": "4.0.0-staging.1",
|
2024-07-30 23:59:06 +02:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "storybook build",
|
|
|
|
"dev": "storybook dev --port 6006 --no-open",
|
|
|
|
"start": "http-server \"storybook-static\" --port 6006 --silent",
|
|
|
|
"test": "start-server-and-test \"dev\" http://127.0.0.1:6006 \"test:storybook\"",
|
|
|
|
"test:storybook": "test-storybook",
|
|
|
|
"test:storybook-coverage": "test-storybook --coverage",
|
|
|
|
"chromatic": "chromatic"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@repo/config-tailwind": "workspace:*",
|
|
|
|
"@repo/i18n": "workspace:*",
|
|
|
|
"@repo/ui": "workspace:*",
|
|
|
|
"@repo/blog": "workspace:*",
|
|
|
|
"next": "catalog:",
|
|
|
|
"next-intl": "catalog:",
|
|
|
|
"next-themes": "catalog:",
|
|
|
|
"react": "catalog:",
|
|
|
|
"react-dom": "catalog:"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@repo/eslint-config": "workspace:*",
|
|
|
|
"@chromatic-com/storybook": "catalog:",
|
|
|
|
"@playwright/test": "catalog:",
|
|
|
|
"@storybook/addon-a11y": "catalog:",
|
|
|
|
"@storybook/addon-essentials": "catalog:",
|
|
|
|
"@storybook/addon-interactions": "catalog:",
|
|
|
|
"@storybook/addon-links": "catalog:",
|
|
|
|
"@storybook/addon-storysource": "catalog:",
|
|
|
|
"@storybook/addon-themes": "catalog:",
|
|
|
|
"@storybook/blocks": "catalog:",
|
|
|
|
"@storybook/nextjs": "catalog:",
|
|
|
|
"@storybook/react": "catalog:",
|
|
|
|
"@storybook/test": "catalog:",
|
|
|
|
"@storybook/test-runner": "catalog:",
|
|
|
|
"@types/node": "catalog:",
|
|
|
|
"@types/react": "catalog:",
|
|
|
|
"@types/react-dom": "catalog:",
|
|
|
|
"axe-playwright": "catalog:",
|
|
|
|
"chromatic": "catalog:",
|
|
|
|
"eslint": "catalog:",
|
|
|
|
"http-server": "catalog:",
|
|
|
|
"start-server-and-test": "catalog:",
|
|
|
|
"storybook": "catalog:",
|
|
|
|
"storybook-dark-mode": "catalog:",
|
|
|
|
"postcss": "catalog:",
|
|
|
|
"tailwindcss": "catalog:",
|
|
|
|
"typescript": "catalog:"
|
|
|
|
}
|
|
|
|
}
|