Skip to content

Commit 0dd0a3e

Browse files
committed
fix: add missing dependencies in the package.json
1 parent 4f94336 commit 0dd0a3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
],
2626
"dependencies": {
2727
"css-minimizer-webpack-plugin": "~3.4.1",
28-
"kkt": "^7.5.3"
28+
"filesize": "^8.0.7",
29+
"fs-extra": "^11.2.0",
30+
"gzip-size": "6",
31+
"kkt": "^7.5.3",
32+
"minimist": "^1.2.8",
33+
"react-dev-utils": "^12.0.1",
34+
"terser-webpack-plugin": "^5.3.9"
2935
}
3036
}

0 commit comments

Comments
 (0)