1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-02-08 21:59:39 +01:00
.profile/pnpm-workspace.yaml

96 lines
2.2 KiB
YAML
Raw Normal View History

packages:
- "apps/*"
2025-02-08 20:00:47 +01:00
- "configs/*"
- "packages/*"
catalog:
2025-02-08 20:00:47 +01:00
# Turborepo
"turbo": "2.4.0"
2024-10-12 23:51:58 +02:00
# Utils
2025-02-08 20:00:47 +01:00
"mime": "4.0.6"
# React.js/Next.js
2025-02-08 20:00:47 +01:00
"next": &next "15.1.6"
"next-intl": "3.26.3"
2024-12-06 09:30:44 +01:00
"next-themes": "0.4.4"
2025-02-08 20:00:47 +01:00
"nuqs": "2.3.2"
2024-12-06 09:30:44 +01:00
"react": "19.0.0"
"react-dom": "19.0.0"
"react-icons": "5.4.0"
2025-02-08 20:00:47 +01:00
"@types/react": "19.0.8"
"@types/react-dom": "19.0.3"
# Blog
2025-02-08 20:00:47 +01:00
"@giscus/react": "3.1.0"
"gray-matter": "4.0.3"
2025-02-08 20:00:47 +01:00
"katex": "0.16.21"
"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
2025-02-08 20:00:47 +01:00
"markdownlint-cli2": "0.17.2"
"markdownlint": "0.37.4"
"markdownlint-rule-relative-links": "4.0.1"
# TypeScript
2025-02-08 20:00:47 +01:00
"typescript": "5.7.3"
2024-09-11 23:53:26 +02:00
"@total-typescript/ts-reset": "0.6.1"
2025-02-08 20:00:47 +01:00
"@types/node": "22.13.1"
# ESLint
2025-02-08 20:00:47 +01:00
"globals": "15.14.0"
"typescript-eslint": "8.23.0"
2024-12-06 09:30:44 +01:00
"@eslint/eslintrc": "3.2.0"
2025-02-08 20:00:47 +01:00
"eslint": "9.20.0"
"eslint-config-conventions": "18.0.2"
2024-12-06 09:30:44 +01:00
"eslint-plugin-promise": "7.2.1"
"eslint-plugin-unicorn": "56.0.1"
2025-02-08 20:00:47 +01:00
"eslint-config-next": *next
"eslint-plugin-storybook": "0.11.2"
"eslint-plugin-tailwindcss": "3.18.0"
"eslint-plugin-import-x": "4.6.1"
2024-10-12 23:51:58 +02:00
# Prettier
2024-12-06 09:30:44 +01:00
"prettier": "3.4.2"
2025-02-08 20:00:47 +01:00
"prettier-plugin-tailwindcss": "0.6.11"
"editorconfig-checker": "6.0.1"
2024-10-12 23:51:58 +02:00
# Storybook
2025-02-08 20:00:47 +01:00
"storybook": &storybook "8.5.3"
"@storybook/addon-essentials": *storybook
"@storybook/addon-storysource": *storybook
"@storybook/addon-a11y": *storybook
"@storybook/addon-interactions": *storybook
"@storybook/blocks": *storybook
"@storybook/nextjs": *storybook
"@storybook/react": *storybook
"@storybook/test": *storybook
"@storybook/addon-themes": *storybook
"@storybook/test-runner": "0.21.0"
"@chromatic-com/storybook": "3.2.4"
"chromatic": "11.25.2"
"storybook-dark-mode": "4.0.2"
# Testing
2025-02-08 20:00:47 +01:00
"playwright": &playwright "1.50.1"
"@playwright/test": *playwright
"axe-playwright": "2.1.0"
"start-server-and-test": "2.0.10"
# CSS
2025-02-08 20:00:47 +01:00
"postcss": "8.5.1"
"tailwindcss": "3.4.17"
2024-09-11 23:53:26 +02:00
"@tailwindcss/typography": "0.5.15"
2025-02-08 20:00:47 +01:00
"tailwind-merge": "2.6.0"
2024-12-06 09:30:44 +01:00
"clsx": "2.1.1"
2025-02-08 20:00:47 +01:00
"cva": "1.0.0-beta.3"
"@fontsource/montserrat": "5.1.1"