Skip to content

Commit 5b10621

Browse files
committed
Merge branch 'feature/improve-components' into develop
2 parents 5e5d362 + 9d39d5b commit 5b10621

File tree

11 files changed

+421
-124
lines changed

11 files changed

+421
-124
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@lingui/detect-locale": "4.4.0",
2020
"@lingui/react": "4.4.0",
2121
"clsx": "2.0.0",
22+
"eslint-plugin-prettier": "4.2.1",
2223
"langs": "2.0.0",
2324
"next": "13.4.19",
2425
"react": "18.2.0",
@@ -48,15 +49,19 @@
4849
"eslint": "8.47.0",
4950
"eslint-config-next": "13.4.19",
5051
"eslint-config-prettier": "9.0.0",
52+
"eslint-plugin-tailwindcss": "3.8.3",
5153
"husky": "8.0.3",
5254
"jest": "29.6.3",
5355
"jest-environment-jsdom": "29.6.3",
5456
"lint-staged": "14.0.1",
5557
"postcss": "8.4.28",
5658
"prettier": "3.0.2",
59+
"prettier-plugin-jsdoc": "1.0.1",
60+
"prettier-plugin-organize-attributes": "1.0.0",
5761
"prettier-plugin-organize-imports": "3.2.3",
5862
"prettier-plugin-tailwindcss": "0.5.3",
5963
"serve": "14.2.1",
64+
"tailwind-merge": "1.14.0",
6065
"tailwindcss": "3.3.3",
6166
"typescript": "5.1.6"
6267
}

0 commit comments

Comments
 (0)