Skip to content

Commit

Permalink
fix: add missing dependencies in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 28, 2024
1 parent 4f94336 commit 0dd0a3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
],
"dependencies": {
"css-minimizer-webpack-plugin": "~3.4.1",
"kkt": "^7.5.3"
"filesize": "^8.0.7",
"fs-extra": "^11.2.0",
"gzip-size": "6",
"kkt": "^7.5.3",
"minimist": "^1.2.8",
"react-dev-utils": "^12.0.1",
"terser-webpack-plugin": "^5.3.9"
}
}

0 comments on commit 0dd0a3e

Please sign in to comment.