This commit is contained in:
mike
2025-12-16 13:26:51 +01:00
parent b48121e6f8
commit eb0c79b657
15 changed files with 341 additions and 1652 deletions

View File

@@ -1,6 +1,6 @@
{
"name": " ",
"version": "0.0.1",
"name": "crosser",
"version": "0.0.2",
"description": "",
"private": true,
"keywords": [
@@ -9,16 +9,8 @@
"license": "",
"author": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --config webpack.config.dev.js",
"build": "webpack --config webpack.config.prod.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
}
}