Research-Stack/5-Applications/cluster-dashboard/frontend/package.json
dependabot[bot] 02509febff
chore(deps): bump the npm_and_yarn group across 2 directories with 1 update
Bumps the npm_and_yarn group with 1 update in the /5-Applications/cluster-dashboard/frontend directory: [esbuild](https://github.com/evanw/esbuild).
Bumps the npm_and_yarn group with 1 update in the /5-Applications/dashboard/lytenyte-storage directory: [esbuild](https://github.com/evanw/esbuild).


Removes `esbuild`

Removes `esbuild`

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-version:
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-14 11:10:28 +00:00

23 lines
513 B
JSON

{
"name": "research-stack-dashboard",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@1771technologies/lytenyte-core": "^2.1.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"typescript": "^5.9.3",
"vite": "^8.0.16"
}
}