manage-apps/dashboard/package.json
Claude Code 35d67dc4f3 deps-upgrade(dashboard): ⬆️ Update dependencies with security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 10:03:02 -07:00

22 lines
460 B
JSON

{
"name": "@manage-workspace/dashboard",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "^5.6.0",
"vite": "^6.0.0"
}
}