mobmash.click/resources/js/package.json
dependabot[bot] 2aabb09681
chore(deps-dev): bump esbuild from 0.24.0 to 0.24.2 in /resources/js
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 21:53:25 +00:00

21 lines
662 B
JSON

{
"name": "mobmash",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "esbuild index.js --bundle --outfile=../../html/js/bundle.js && npm run install-fontawesome",
"install-fontawesome": "cp ./node_modules/font-awesome/fonts/* ../../html/fonts/fontawesome/fonts/ && cp ./node_modules/font-awesome/css/font-awesome.css ../../html/fonts/fontawesome/css/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"chart.js": "^4.4.7",
"font-awesome": "^4.7.0",
"htmx.org": "^2.0.4"
},
"devDependencies": {
"esbuild": "0.24.2"
}
}