3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 12:55:23 +00:00

Moved webpack to dev dependencies

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-07-28 08:38:26 +01:00
parent 59e435c418
commit dd63fbeb84
2 changed files with 6 additions and 7 deletions

7
package-lock.json generated
View File

@ -4,7 +4,6 @@
"requires": true,
"packages": {
"": {
"name": "snipe-it",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"acorn": "^8.14.1",
@ -36,8 +35,7 @@
"sheetjs": "^2.0.0",
"signature_pad": "^4.2.0",
"tableexport.jquery.plugin": "^1.32.0",
"tether": "^1.4.0",
"webpack": "^5.98.0"
"tether": "^1.4.0"
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
@ -45,7 +43,8 @@
"jquery": "<3.6.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"postcss": "^8.5.6"
"postcss": "^8.5.6",
"webpack": "^5.98.0"
},
"engines": {
"node": ">=0.12"

View File

@ -21,7 +21,8 @@
"jquery": "<3.6.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"postcss": "^8.5.6"
"postcss": "^8.5.6",
"webpack": "^5.98.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
@ -54,7 +55,6 @@
"sheetjs": "^2.0.0",
"signature_pad": "^4.2.0",
"tableexport.jquery.plugin": "^1.32.0",
"tether": "^1.4.0",
"webpack": "^5.98.0"
"tether": "^1.4.0"
}
}