pull/1/head
gapodo 2023-11-15 22:59:15 +01:00
parent 955f739168
commit 7bf53a5d2e
2 changed files with 1956 additions and 4618 deletions

6620
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,30 +20,24 @@
"type": "git"
},
"devDependencies": {
"@types/fs-extra": "^9.0.8",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/tapable": "^1.0.6",
"@types/webpack": "^4.41.21",
"@webpack-cli/serve": "^1.3.0",
"change-case": "^4.1.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"html-webpack-plugin": "^5.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@types/fs-extra": "^11.0.4",
"@types/tapable": "^2.2.7",
"@types/webpack": "^5.28.5",
"change-case": "^5.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
"potpack": "^2.0.0",
"sha1": "^1.1.1",
"ts-loader": "^8.0.2",
"typescript": "^3.9.7",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"xml-parser": "^1.2.1",
"webpack": "^5.26.1",
"potpack": "^1.0.1"
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"xml-parser": "^1.2.1"
},
"peerDependencies": {
"webpack": "^5.x",
"fs-extra": "^9.0.1",
"path": "^0.12.7"
"fs-extra": "^11.1.1",
"path": "^0.12.7",
"webpack": "^5.x"
}
}