1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-10-11 17:06:21 +02:00
Files
.profile/pnpm-workspace.yaml

102 lines
2.2 KiB
YAML

packages:
- "apps/*"
- "configs/*"
- "packages/*"
catalogMode: "strict"
catalog:
# Turborepo
"turbo": "2.5.8"
# TypeScript
"typescript": "5.9.3"
"@total-typescript/ts-reset": "0.6.1"
"@types/node": "24.7.2"
# Utils
"mime": "4.1.0"
# React.js/Next.js
"next": &next "15.5.4"
"next-intl": "4.3.12"
"next-themes": "0.4.6"
"react": "19.2.0"
"react-dom": "19.2.0"
"@types/react": "19.2.2"
"@types/react-dom": "19.2.1"
"react-icons": "5.5.0"
# Blog
"@giscus/react": "3.1.0"
"gray-matter": "4.0.3"
"katex": "0.16.23"
"next-mdx-remote": "5.0.0"
"@mdx-js/mdx": "3.1.1"
"rehype-katex": "7.0.1"
"rehype-raw": "7.0.0"
"rehype-slug": "6.0.0"
"remark-gfm": "4.0.1"
"remark-math": "6.0.0"
"shiki": "1.24.0"
"@shikijs/rehype": "1.24.0"
# Markdown Lint
"markdownlint-cli2": "0.18.1"
"markdownlint": "0.38.0"
"markdownlint-rule-relative-links": "4.2.0"
# ESLint
"globals": "16.4.0"
"typescript-eslint": "8.46.0"
"eslint": "9.37.0"
"eslint-config-conventions": "21.0.3"
"eslint-plugin-promise": "7.2.1"
"eslint-plugin-unicorn": "61.0.2"
"eslint-plugin-import-x": "4.16.1"
"@next/eslint-plugin-next": *next
"eslint-plugin-react": "7.37.5"
"eslint-plugin-react-hooks": "7.0.0"
# Prettier
"prettier": "3.6.2"
"prettier-plugin-tailwindcss": "0.6.14"
"editorconfig-checker": "6.1.0"
# Storybook
"storybook": &storybook "9.1.10"
"@storybook/addon-docs": *storybook
"@storybook/addon-a11y": *storybook
"@storybook/nextjs": *storybook
"@storybook/addon-themes": *storybook
"@storybook/test-runner": "0.23.0"
"@chromatic-com/storybook": "4.1.1"
"chromatic": "13.3.0"
# Testing
"playwright": &playwright "1.56.0"
"@playwright/test": *playwright
"start-server-and-test": "2.1.2"
# CSS
"postcss": "8.5.6"
"@tailwindcss/postcss": "4.1.14"
"@tailwindcss/typography": "0.5.19"
"tailwindcss": "4.1.14"
"tailwind-merge": "3.3.1"
"clsx": "2.1.1"
"cva": "1.0.0-beta.4"
"@fontsource/montserrat": "5.2.8"
onlyBuiltDependencies:
- "@swc/core"
- "@tailwindcss/oxide"
- "core-js-pure"
- "esbuild"
- "sharp"
- "unrs-resolver"
publicHoistPattern:
- "*eslint*"
- "*prettier*"