Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
@next/bundle-analyzer and next-translate-plugin are required at runtime
  • Loading branch information
crycode-de authored and laymonage committed Apr 7, 2024
1 parent a3a8b93 commit eb02fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,6 +21,7 @@
"format:fix": "prettier --write ."
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.4",
"@primer/octicons-react": "^19.9.0",
"dompurify": "^3.0.11",
"jsonwebtoken": "^9.0.2",
Expand All @@ -29,6 +30,7 @@
"next": "^12.3.4",
"next-plugin-preact": "^3.0.7",
"next-translate": "^2.6.2",
"next-translate-plugin": "^2.6.2",
"preact": "^10.20.1",
"preact-render-to-string": "^6.4.1",
"react": "npm:@preact/compat",
Expand All @@ -37,7 +39,6 @@
"swr": "^2.2.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.4",
"@types/dompurify": "^3.0.5",
"@types/node": "^18.16.9",
"@types/react": "^18.0.9",
Expand All @@ -50,7 +51,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"google-closure-compiler": "^20240317.0.0",
"next-translate-plugin": "^2.6.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
Expand Down

0 comments on commit eb02fe0

Please sign in to comment.