Skip to content

Commit

Permalink
move webpack to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StarostinV committed Jun 28, 2024
1 parent 652924a commit 0e1e68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"author": "Vladimir Starostin",
"license": "MIT",
"dependencies": {
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"serve": "^14.2.3",
"three": "^0.166.0",
"three-mesh-bvh": "^0.7.5"
Expand All @@ -19,8 +21,6 @@
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}

0 comments on commit 0e1e68d

Please sign in to comment.