mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-16 16:24:03 +00:00
0ab2a54975
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.1) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"name": "phaser-project",
|
|
"version": "1.0.0",
|
|
"description": "Phaser 3 TypeScript Project",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "webpack serve --open",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.76.3",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.2.1",
|
|
"babel-loader": "^9.1.2",
|
|
"@babel/core": "^7.22.11",
|
|
"@babel/preset-env": "^7.22.10"
|
|
}
|
|
}
|