1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01:00
.profile/pnpm-workspace.yaml

105 lines
2.5 KiB
YAML
Raw Normal View History

packages:
- "apps/*"
- "packages/*"
catalog:
2024-10-12 23:51:58 +02:00
# Turborepo and Releases
2024-12-06 09:30:44 +01:00
"turbo": "2.3.3"
2024-10-12 23:51:58 +02:00
"@saithodev/semantic-release-backmerge": "4.0.1"
"@semantic-release/exec": "6.0.3"
"@semantic-release/git": "10.0.1"
"semantic-release": "23.1.1"
"replace-in-files-cli": "3.0.0"
# Utils
"deepmerge": "4.3.1"
# React.js/Next.js
2024-12-06 09:30:44 +01:00
"next": "15.0.4"
"next-intl": "3.26.0"
"next-themes": "0.4.4"
"react": "19.0.0"
"react-dom": "19.0.0"
"react-icons": "5.4.0"
"@types/react": "19.0.0"
"@types/react-dom": "19.0.0"
# Blog
"@giscus/react": "3.0.0"
"gray-matter": "4.0.3"
"katex": "0.16.11"
"next-mdx-remote": "5.0.0"
2024-12-06 09:30:44 +01:00
"@mdx-js/mdx": "3.1.0"
2024-09-11 23:53:26 +02:00
"rehype-katex": "7.0.1"
"rehype-raw": "7.0.0"
"rehype-slug": "6.0.0"
"remark-gfm": "4.0.0"
"remark-math": "6.0.0"
2024-12-06 09:30:44 +01:00
"shiki": "1.24.0"
"@shikijs/rehype": "1.24.0"
# Markdown Lint
2024-12-06 09:30:44 +01:00
"markdownlint-cli2": "0.15.0"
"markdownlint": "0.36.1"
"markdownlint-rule-relative-links": "3.0.0"
# TypeScript
2024-12-06 09:30:44 +01:00
"typescript": "5.7.2"
2024-09-11 23:53:26 +02:00
"@total-typescript/ts-reset": "0.6.1"
2024-12-06 09:30:44 +01:00
"@types/node": "22.10.1"
# ESLint
2024-12-06 09:30:44 +01:00
"globals": "15.13.0"
"typescript-eslint": "8.17.0"
"@eslint/eslintrc": "3.2.0"
"eslint": "9.16.0"
"eslint-config-conventions": "17.0.1"
"eslint-plugin-promise": "7.2.1"
"eslint-plugin-unicorn": "56.0.1"
"eslint-config-next": "15.0.4"
"eslint-plugin-storybook": "0.11.1"
2024-10-12 23:51:58 +02:00
"eslint-plugin-tailwindcss": "3.17.5"
2024-12-06 09:30:44 +01:00
"eslint-plugin-import-x": "4.5.0"
2024-10-12 23:51:58 +02:00
# Prettier
2024-12-06 09:30:44 +01:00
"prettier": "3.4.2"
"prettier-plugin-tailwindcss": "0.6.9"
2024-10-12 23:51:58 +02:00
"editorconfig-checker": "6.0.0"
# Storybook
"@chromatic-com/storybook": "3.2.2"
2024-12-06 09:30:44 +01:00
"@storybook/addon-a11y": "8.4.7"
"@storybook/addon-essentials": "8.4.7"
"@storybook/addon-interactions": "8.4.7"
"@storybook/addon-storysource": "8.4.7"
"@storybook/addon-themes": "8.4.7"
"@storybook/blocks": "8.4.7"
"@storybook/nextjs": "8.4.7"
"@storybook/react": "8.4.7"
"@storybook/test": "8.4.7"
"@storybook/test-runner": "0.20.1"
"chromatic": "11.20.0"
"http-server": "14.1.1"
2024-12-06 09:30:44 +01:00
"storybook": "8.4.7"
"storybook-dark-mode": "4.0.2"
# Testing
2024-12-06 09:30:44 +01:00
"playwright": "1.49.0"
"@playwright/test": "1.49.0"
2024-10-12 23:51:58 +02:00
"axe-playwright": "2.0.3"
"start-server-and-test": "2.0.8"
2024-12-06 09:30:44 +01:00
"@vitest/browser": "2.1.8"
"@vitest/coverage-v8": "2.1.8"
"@vitest/ui": "2.1.8"
"vitest": "2.1.8"
"@testing-library/react": "16.1.0"
# CSS
2024-12-06 09:30:44 +01:00
"postcss": "8.4.49"
"tailwindcss": "3.4.16"
2024-09-11 23:53:26 +02:00
"@tailwindcss/typography": "0.5.15"
2024-12-06 09:30:44 +01:00
"tailwind-merge": "2.5.5"
"clsx": "2.1.1"
"cva": "1.0.0-beta.2"
"@fontsource/montserrat": "5.1.0"