diff --git a/.gitignore b/.gitignore index 3031c03..5233c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ yarn-error.log /.vscode composer.lock package-lock.json +yarn.lock +bun.lockb +pnpm-lock.yaml \ No newline at end of file diff --git a/package.json b/package.json index bbc95d6..ee9b37a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "lodash": "^4.17.21", "resolve-url-loader": "^5.0.0", "sass": "^1.63.6", - "sass-loader": "^13.3.2" + "sass-loader": "^13.3.2", + "webpack": "^5.90.3" }, "dependencies": { "@alpinejs/intersect": "^3.13.3",