mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-13 14:20:36 +00:00
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>
23 lines
513 B
JSON
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"
|
|
}
|
|
}
|