chore: rename packages/dashboard → packages/workflow-dashboard

Align folder name with package name @uncaged/workflow-dashboard,
consistent with all other packages in the monorepo.
This commit is contained in:
2026-05-09 03:57:49 +00:00
parent 28c35bb3e0
commit 44018bd17d
19 changed files with 141 additions and 0 deletions
-24
View File
@@ -1,24 +0,0 @@
{
"name": "@uncaged/workflow-dashboard",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "^8.0.11"
}
}