mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
21 lines
662 B
JSON
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"
|
|
}
|
|
}
|