Refactor package dependencies by removing unused packages from package.json and package-lock.json, streamlining the project setup. Retain only essential dependencies, focusing on Vite for build processes.

This commit is contained in:
Primakov Alexandr Alexandrovich 2025-10-29 11:48:38 +03:00
parent 7292fa8743
commit b3e1e2361d
2 changed files with 38 additions and 4011 deletions

4040
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,16 +14,9 @@
"author": "",
"license": "MIT",
"devDependencies": {
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.4",
"mini-css-extract-plugin": "^2.9.4",
"pug": "^3.0.3",
"rimraf": "^5.0.5",
"sass": "^1.93.2",
"sass-loader": "^16.0.6",
"vite": "^7.1.12",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
"vite": "^7.1.12"
}
}