Files
aliasvault/apps/server/AliasVault.Client/package.json
dependabot[bot] 4a09f22d2c Bump esbuild
Bumps the npm_and_yarn group with 1 update in the /apps/server/AliasVault.Client directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.24.2 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 14:50:56 +00:00

25 lines
701 B
JSON

{
"name": "aliasvault.client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:client-css": "tailwindcss -i ./tailwind.css -o ./wwwroot/css/tailwind.css --watch",
"build:js": "node scripts/bundle-js.mjs",
"build:js:watch": "node scripts/bundle-js.mjs --watch",
"build": "npm run build:js && tailwindcss -i ./tailwind.css -o ./wwwroot/css/tailwind.css --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"esbuild": "^0.25.0"
}
}