diff --git a/features/frontend-showcase/frontend/package.json b/features/frontend-showcase/frontend/package.json index 7c718e928..f3443f3f7 100755 --- a/features/frontend-showcase/frontend/package.json +++ b/features/frontend-showcase/frontend/package.json @@ -23,6 +23,7 @@ "react-dom": "^19.2.3" }, "devDependencies": { + "@lilith/build-core": "^1.3.0", "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index bc1c90ef7..ed3c80f05 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -42,6 +42,7 @@ "react-router-dom": "^7.12.0" }, "devDependencies": { + "@lilith/build-core": "^1.3.0", "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", diff --git a/features/status-dashboard/frontend-public/package.json b/features/status-dashboard/frontend-public/package.json index 37f2472ea..ec09ffd89 100755 --- a/features/status-dashboard/frontend-public/package.json +++ b/features/status-dashboard/frontend-public/package.json @@ -36,6 +36,7 @@ "socket.io-client": "^4.8.3" }, "devDependencies": { + "@lilith/build-core": "^1.3.0", "@lilith/playwright-e2e-docker": "^2.0.2", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@playwright/test": "^1.57.0",