cli/cmd/core-gui/public/package.json

18 lines
352 B
JSON
Raw Normal View History

2025-10-25 09:24:50 +01:00
{
"name": "core-app",
"version": "0.0.0",
"scripts": {
"start": "vite",
"build": "vite build",
"build:dev": "vite build --mode development"
2025-10-25 09:24:50 +01:00
},
"dependencies": {
"@tailwindplus/elements": "^1.0.18",
"@wailsio/runtime": "^3.0.0-alpha.72"
},
"devDependencies": {
"tailwindcss": "^4.1.14",
Bump the npm_and_yarn group across 3 directories with 1 update (#21) Bumps the npm_and_yarn group with 1 update in the /cmd/core-gui/public directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /cmd/examples/core-static-di/public directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /cmd/examples/core-task-change/public directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.21.5 to 0.25.12 - [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.21.5...v0.25.12) Updates `esbuild` from 0.21.5 to 0.25.12 - [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.21.5...v0.25.12) Updates `esbuild` from 0.21.5 to 0.25.12 - [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.21.5...v0.25.12) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.12 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 16:26:34 +00:00
"vite": "^7.1.12"
2025-10-25 09:24:50 +01:00
}
}