wikipedia-game-solver/pnpm-workspace.yaml

102 lines
2.4 KiB
YAML
Raw Normal View History

2024-07-24 12:35:33 +02:00
packages:
- "apps/*"
- "packages/*"
catalog:
# Utils
"deepmerge": "4.3.1"
2024-08-30 20:06:53 +02:00
"ky": "1.7.1"
2024-07-24 12:35:33 +02:00
# React.js/Next.js
2024-08-30 20:06:53 +02:00
"next": "14.2.7"
"next-intl": "3.19.0"
2024-07-24 12:35:33 +02:00
"next-themes": "0.3.0"
"react": "18.3.1"
"react-dom": "18.3.1"
2024-08-15 15:14:21 +02:00
"react-icons": "5.3.0"
2024-08-30 20:06:53 +02:00
"@types/react": "18.3.5"
2024-07-24 12:35:33 +02:00
"@types/react-dom": "18.3.0"
2024-08-30 20:06:53 +02:00
"sharp": "0.33.5"
2024-07-24 12:35:33 +02:00
# TypeScript
"typescript": "5.5.4"
2024-08-30 20:06:53 +02:00
"@total-typescript/ts-reset": "0.6.0"
"@types/node": "22.5.1"
"tsx": "4.19.0"
2024-08-09 23:51:41 +02:00
# AdonisJS
"@adonisjs/auth": "9.2.3"
"@adonisjs/core": "6.12.1"
"@adonisjs/cors": "2.2.1"
"@adonisjs/lucid": "21.2.0"
2024-08-12 15:13:24 +02:00
"@adonisjs/limiter": "2.3.2"
"pg": "8.12.0"
2024-08-30 20:06:53 +02:00
"better-sqlite3": "11.2.1"
2024-08-09 23:51:41 +02:00
"@adonisjs/assembler": "7.7.0"
"@vinejs/vine": "2.1.0"
"luxon": "3.5.0"
"@types/luxon": "3.4.2"
"reflect-metadata": "0.2.2"
"openapi-types": "12.1.3"
"pino-pretty": "11.2.2"
2024-08-16 02:50:11 +02:00
"@tuyau/core": "0.1.4"
"@tuyau/utils": "0.0.4"
"@tuyau/client": "0.1.2"
"@tuyau/openapi": "0.2.0"
2024-08-09 23:51:41 +02:00
# Japa (AdonisJS Testing)
"@japa/api-client": "2.0.3"
"@japa/assert": "3.0.0"
"@japa/plugin-adonisjs": "3.0.1"
"@japa/runner": "3.1.4"
2024-07-24 12:35:33 +02:00
# ESLint
2024-07-29 19:38:21 +02:00
"@typescript-eslint/eslint-plugin": "7.18.0"
"@typescript-eslint/parser": "7.18.0"
2024-07-24 12:35:33 +02:00
"eslint": "8.57.0"
2024-07-29 19:38:21 +02:00
"eslint-config-conventions": "14.4.0"
2024-08-09 23:51:41 +02:00
"eslint-plugin-promise": "7.1.0"
2024-07-29 19:38:21 +02:00
"eslint-plugin-unicorn": "55.0.0"
2024-08-30 20:06:53 +02:00
"eslint-config-next": "14.2.7"
2024-07-24 12:35:33 +02:00
"eslint-plugin-storybook": "0.8.0"
"eslint-plugin-tailwindcss": "3.17.4"
2024-08-15 15:14:21 +02:00
"eslint-plugin-import-x": "3.1.0"
2024-07-24 12:35:33 +02:00
# Storybook
2024-08-30 20:06:53 +02:00
"@chromatic-com/storybook": "1.8.0"
2024-08-15 15:14:21 +02:00
"@storybook/addon-a11y": "8.2.9"
"@storybook/addon-essentials": "8.2.9"
"@storybook/addon-interactions": "8.2.9"
"@storybook/addon-links": "8.2.9"
"@storybook/addon-storysource": "8.2.9"
"@storybook/addon-themes": "8.2.9"
"@storybook/blocks": "8.2.9"
"@storybook/nextjs": "8.2.9"
"@storybook/react": "8.2.9"
"@storybook/test": "8.2.9"
2024-07-24 12:35:33 +02:00
"@storybook/test-runner": "0.19.1"
2024-08-15 15:14:21 +02:00
"chromatic": "11.7.1"
2024-07-24 12:35:33 +02:00
"http-server": "14.1.1"
2024-08-15 15:14:21 +02:00
"storybook": "8.2.9"
2024-07-24 12:35:33 +02:00
"storybook-dark-mode": "4.0.2"
# Testing
2024-08-30 20:06:53 +02:00
"playwright": "1.46.1"
"@playwright/test": "1.46.1"
"axe-playwright": "2.0.2"
2024-07-29 19:38:21 +02:00
"start-server-and-test": "2.0.5"
2024-07-31 15:46:01 +02:00
"@vitest/browser": "2.0.5"
"@vitest/coverage-istanbul": "2.0.5"
2024-08-12 14:21:34 +02:00
"c8": "10.1.2"
2024-07-31 15:46:01 +02:00
"@vitest/ui": "2.0.5"
"vitest": "2.0.5"
2024-08-30 20:06:53 +02:00
"@testing-library/react": "16.0.1"
2024-07-24 12:35:33 +02:00
# CSS
2024-08-09 23:51:41 +02:00
"postcss": "8.4.41"
2024-08-15 15:14:21 +02:00
"tailwindcss": "3.4.10"
2024-08-30 20:06:53 +02:00
"@fontsource/montserrat": "5.0.19"
2024-07-24 12:35:33 +02:00
"clsx": "2.1.0"
"cva": "1.0.0-beta.1"
2024-08-15 15:14:21 +02:00
"tailwind-merge": "2.5.2"