install webpack
This commit is contained in:
parent
e81533db4c
commit
f034f29d94
2 changed files with 1122 additions and 2 deletions
1118
package-lock.json
generated
1118
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -20,6 +20,8 @@
|
|||
"start": "node src/app.js",
|
||||
"start:container": "docker compose up -d --build",
|
||||
"stop:container": "docker compose down",
|
||||
"build": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"cli": "node src/cli.js",
|
||||
"test": "playwright test",
|
||||
"lint": "eslint . --fix",
|
||||
|
|
@ -37,6 +39,8 @@
|
|||
"playwright": "^1.50.1",
|
||||
"prettier": "^3.5.1",
|
||||
"prettier-plugin-ejs": "^1.0.3",
|
||||
"sequelize-cli": "^6.6.2"
|
||||
"sequelize-cli": "^6.6.2",
|
||||
"webpack": "^5.98.0",
|
||||
"webpack-cli": "^6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue