- Foldable left panel (user profile) and right panel (task details) - Clicking a task in the list or graph node selects it and shows details - Both views (task list + graph) always mounted via absolute inset-0 for correct canvas dimensions; tabs toggle visibility with opacity - Graph node selection animation: other nodes repel outward (charge -600), then selected node smoothly slides to center (500ms cubic ease-out), then charge restores to -120 and graph stabilizes - Graph re-fits on tab switch and panel resize via ResizeObserver - Fix UUID string IDs throughout (backend returns UUIDs, not integers) - Add TaskDetailPanel, UserPanel components - Add CLAUDE.md project documentation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
814 B
JSON
32 lines
814 B
JSON
{
|
|
"name": "@babel/helper-globals",
|
|
"version": "7.28.0",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"license": "MIT",
|
|
"description": "A collection of JavaScript globals for Babel internal usage",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helper-globals"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
"./data/browser-upper.json": "./data/browser-upper.json",
|
|
"./data/builtin-lower.json": "./data/builtin-lower.json",
|
|
"./data/builtin-upper.json": "./data/builtin-upper.json",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"globals"
|
|
],
|
|
"devDependencies": {
|
|
"globals": "^16.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"type": "commonjs"
|
|
} |