Deleted route files, App.tsx routes, Sidebar nav item, and Dashboard "Awaiting Upload" card. The feature wasn't ready (Project/Assign To dropdowns were empty for non-admin users) and isn't needed at this stage. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"name": "@esbuild/darwin-arm64",
|
|
"version": "0.27.7",
|
|
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/evanw/esbuild.git"
|
|
},
|
|
"license": "MIT",
|
|
"preferUnplugged": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
}
|