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

6536
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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