1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2025-02-23 02:00:11 +00:00
jfa-go/site/package.json
dependabot[bot] 0b73e3ff2b
build(deps): bump esbuild from 0.18.1 to 0.25.0 in /site
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.1 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.1...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 05:27:21 +00:00

22 lines
447 B
JSON

{
"name": "jfa-go.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Harvey Tindall <hrfee@hrfee.dev>",
"license": "MIT",
"dependencies": {
"a17t": "^0.10.1",
"esbuild": "^0.25.0",
"remixicon": "^3.3.0",
"tailwindcss": "^3.3.2",
"uncss": "^0.17.3"
},
"devDependencies": {
"live-server": "^1.2.2"
}
}