feat: read all packages on about page (#391)

This commit is contained in:
Manuel
2024-04-27 21:51:35 +02:00
committed by GitHub
parent 45ffbadeec
commit 16e42d654d
4 changed files with 86 additions and 17 deletions

View File

@@ -47,6 +47,7 @@
"chroma-js": "^2.4.2",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"glob": "^10.3.12",
"jotai": "^2.8.0",
"next": "^14.2.3",
"postcss-preset-mantine": "^1.15.0",
@@ -60,10 +61,10 @@
"@homarr/eslint-config": "workspace:^0.2.0",
"@homarr/prettier-config": "workspace:^0.1.0",
"@homarr/tsconfig": "workspace:^0.1.0",
"@types/chroma-js": "2.4.4",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/chroma-js": "2.4.4",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.2.5",