2024-07-24 12:35:33 +02:00
|
|
|
packages:
|
|
|
|
- "apps/*"
|
|
|
|
- "packages/*"
|
|
|
|
|
|
|
|
catalog:
|
|
|
|
# Utils
|
|
|
|
"deepmerge": "4.3.1"
|
2024-07-28 17:57:41 +02:00
|
|
|
"ky": "1.5.0"
|
2024-07-24 12:35:33 +02:00
|
|
|
|
|
|
|
# React.js/Next.js
|
|
|
|
"next": "14.2.5"
|
|
|
|
"next-intl": "3.17.2"
|
|
|
|
"next-themes": "0.3.0"
|
|
|
|
"react": "18.3.1"
|
|
|
|
"react-dom": "18.3.1"
|
|
|
|
"react-icons": "5.2.1"
|
|
|
|
"@types/react": "18.3.3"
|
|
|
|
"@types/react-dom": "18.3.0"
|
|
|
|
|
|
|
|
# TypeScript
|
|
|
|
"typescript": "5.5.4"
|
|
|
|
"@total-typescript/ts-reset": "0.5.1"
|
|
|
|
"@types/node": "20.14.12"
|
|
|
|
"tsx": "4.16.2"
|
|
|
|
|
|
|
|
# ESLint
|
|
|
|
"@typescript-eslint/eslint-plugin": "7.17.0"
|
|
|
|
"@typescript-eslint/parser": "7.17.0"
|
|
|
|
"eslint": "8.57.0"
|
|
|
|
"eslint-config-conventions": "14.3.0"
|
|
|
|
"eslint-plugin-promise": "6.5.1"
|
|
|
|
"eslint-plugin-unicorn": "54.0.0"
|
|
|
|
"eslint-config-next": "14.2.5"
|
|
|
|
"eslint-plugin-storybook": "0.8.0"
|
|
|
|
"eslint-plugin-tailwindcss": "3.17.4"
|
|
|
|
|
|
|
|
# Storybook
|
|
|
|
"@chromatic-com/storybook": "1.6.1"
|
|
|
|
"@storybook/addon-a11y": "8.2.5"
|
|
|
|
"@storybook/addon-essentials": "8.2.5"
|
|
|
|
"@storybook/addon-interactions": "8.2.5"
|
|
|
|
"@storybook/addon-links": "8.2.5"
|
|
|
|
"@storybook/addon-storysource": "8.2.5"
|
|
|
|
"@storybook/addon-themes": "8.2.5"
|
|
|
|
"@storybook/blocks": "8.2.5"
|
|
|
|
"@storybook/nextjs": "8.2.5"
|
|
|
|
"@storybook/react": "8.2.5"
|
|
|
|
"@storybook/test": "8.2.5"
|
|
|
|
"@storybook/test-runner": "0.19.1"
|
|
|
|
"chromatic": "11.5.6"
|
|
|
|
"http-server": "14.1.1"
|
|
|
|
"storybook": "8.2.5"
|
|
|
|
"storybook-dark-mode": "4.0.2"
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
"@playwright/test": "1.45.3"
|
|
|
|
"axe-playwright": "2.0.1"
|
|
|
|
"start-server-and-test": "2.0.4"
|
|
|
|
"@vitest/coverage-istanbul": "2.0.4"
|
|
|
|
"@vitest/ui": "2.0.4"
|
|
|
|
"vitest": "2.0.4"
|
|
|
|
|
|
|
|
# CSS
|
|
|
|
"postcss": "8.4.39"
|
|
|
|
"tailwindcss": "3.4.6"
|
|
|
|
"@fontsource/montserrat": "5.0.18"
|
|
|
|
"clsx": "2.1.0"
|
|
|
|
"cva": "1.0.0-beta.1"
|
|
|
|
"tailwind-merge": "2.4.0"
|