Skip to content

Commit a2d0a78

Browse files
Install packages
1 parent d4fce36 commit a2d0a78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
"dependencies": {
1313
"@heroicons/react": "^2.2.0",
1414
"@types/jsdom": "^21.1.7",
15+
"@types/proper-url-join": "^2.1.5",
1516
"@types/xmldom": "^0.1.34",
1617
"chalk": "4",
1718
"clsx": "^2.1.1",
1819
"epub-parser": "^0.2.5",
20+
"humanize-list": "^1.0.1",
1921
"jsdom": "^26.0.0",
2022
"next": "15.2.1",
23+
"proper-url-join": "^2.1.2",
2124
"react": "19.0.0",
2225
"react-dom": "19.0.0",
2326
"sharp": "^0.33.5",
@@ -27,13 +30,15 @@
2730
"@biomejs/biome": "1.9.4",
2831
"@next/eslint-plugin-next": "^15.2.1",
2932
"@types/express": "^4.17.21",
33+
"@types/humanize-plus": "^1.8.2",
3034
"@types/node": "^20.17.6",
3135
"@types/react": "^18.3.12",
3236
"@types/react-dom": "^18.3.1",
3337
"autoprefixer": "^10.4.20",
3438
"eslint": "^9.20.1",
3539
"eslint-config-next": "^15.2.1",
3640
"express": "^4.21.1",
41+
"humanize-plus": "^1.8.2",
3742
"join-url": "^2.0.0",
3843
"postcss": "^8.4.48",
3944
"slugify": "^1.6.6",

0 commit comments

Comments
 (0)