x86-64-wordle/package.json
dependabot[bot] 5dfe73522e
chore(deps-dev): bump esbuild from 0.24.0 to 0.24.2
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.24.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 18:43:26 +00:00

24 lines
593 B
JSON

{
"name": "x86-wordle",
"version": "1.0.0",
"description": "",
"main": "src/main.jsx",
"scripts": {
"build": "esbuild src/main.jsx --bundle --outfile='html/static/bundle.js' --tree-shaking=true --minify",
"watch": "esbuild src/main.jsx --bundle --outfile='html/static/bundle.js' --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "."
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"esbuild": "^0.24.2"
}
}