94 lines
2.2 KiB
YAML
94 lines
2.2 KiB
YAML
packages:
|
|
- "apps/*"
|
|
- "packages/*"
|
|
|
|
catalog:
|
|
# Utils
|
|
"deepmerge": "4.3.1"
|
|
"ky": "1.5.0"
|
|
|
|
# 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"
|
|
"sharp": "0.33.4"
|
|
|
|
# TypeScript
|
|
"typescript": "5.5.4"
|
|
"@total-typescript/ts-reset": "0.5.1"
|
|
"@types/node": "22.1.0"
|
|
"tsx": "4.17.0"
|
|
|
|
# AdonisJS
|
|
"@adonisjs/auth": "9.2.3"
|
|
"@adonisjs/core": "6.12.1"
|
|
"@adonisjs/cors": "2.2.1"
|
|
"@adonisjs/lucid": "21.2.0"
|
|
"mysql2": "3.11.0"
|
|
"@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"
|
|
|
|
# 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"
|
|
|
|
# ESLint
|
|
"@typescript-eslint/eslint-plugin": "7.18.0"
|
|
"@typescript-eslint/parser": "7.18.0"
|
|
"eslint": "8.57.0"
|
|
"eslint-config-conventions": "14.4.0"
|
|
"eslint-plugin-promise": "7.1.0"
|
|
"eslint-plugin-unicorn": "55.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.8"
|
|
"@storybook/addon-essentials": "8.2.8"
|
|
"@storybook/addon-interactions": "8.2.8"
|
|
"@storybook/addon-links": "8.2.8"
|
|
"@storybook/addon-storysource": "8.2.8"
|
|
"@storybook/addon-themes": "8.2.8"
|
|
"@storybook/blocks": "8.2.8"
|
|
"@storybook/nextjs": "8.2.8"
|
|
"@storybook/react": "8.2.8"
|
|
"@storybook/test": "8.2.8"
|
|
"@storybook/test-runner": "0.19.1"
|
|
"chromatic": "11.7.0"
|
|
"http-server": "14.1.1"
|
|
"storybook": "8.2.8"
|
|
"storybook-dark-mode": "4.0.2"
|
|
|
|
# Testing
|
|
"playwright": "1.46.0"
|
|
"@playwright/test": "1.46.0"
|
|
"axe-playwright": "2.0.1"
|
|
"start-server-and-test": "2.0.5"
|
|
"@vitest/browser": "2.0.5"
|
|
"@vitest/coverage-istanbul": "2.0.5"
|
|
"@vitest/ui": "2.0.5"
|
|
"vitest": "2.0.5"
|
|
"@testing-library/react": "16.0.0"
|
|
|
|
# CSS
|
|
"postcss": "8.4.41"
|
|
"tailwindcss": "3.4.9"
|
|
"@fontsource/montserrat": "5.0.18"
|
|
"clsx": "2.1.0"
|
|
"cva": "1.0.0-beta.1"
|
|
"tailwind-merge": "2.4.0"
|