Files
audacity.github.io/package.json
Mudskipper beef63727f feat(about): full Audacity-shell workspace previews with per-tab variants
Replace the Workspaces section's placeholder stage with a faithful
Audacity 4 UI built from the @dilsonspickles/components 0.2.3
playbook. Each tab (Classic, Music, Modern, Custom) renders the same
WorkspaceCanvas driven by a per-workspace config (track list, toolbar
flags, playhead) so the workspace selector visibly reshapes the app:

- ApplicationHeader (File/Edit/…/Help), ProjectToolbar with centered
  Audio setup/Share audio/Get effects (GhostButton) and right-side
  Workspace dropdown + undo/redo
- Transport row composed from Toolbar primitives: transport group,
  envelope/multi-clip/wave tools, 5-button zoom, conditional
  trim/silence, beats:bars TimeCode, NumberStepper BPM, time-signature
  Dropdown, Snap Checkbox + Bar Dropdown, mic + MasterMeter, gear in
  rightContent
- TrackControlSidePanel (carrying the "+ Add new" button) on the left,
  TimelineRuler + TrackNew rows on the right, PlayheadCursor overlay
- SelectionToolbar status bar at the bottom
- Stage clipped to top 25% (aspect-[64/9]) so the chrome differences
  per workspace are what reads on the marketing page
- Fade transition on tab switch (180ms) so the swap isn't jarring

Also bumps the design system to 0.2.3 (Track DPR fix, AGENTS.md
playbook bundled, workspace primitives polished).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 16:07:54 +10:00

75 lines
2.1 KiB
JSON

{
"name": "astro-audacity",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"pull-campaigns": "bun run scripts/pull-campaigns.ts",
"test": "bun test src scripts",
"test:e2e": "playwright test",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write",
"format:check": "prettier . --check",
"prepare": "husky"
},
"dependencies": {
"@astrojs/mdx": "^4.3.14",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/tailwind": "^6.0.2",
"@dilsonspickles/components": "0.2.3",
"@fontsource-variable/signika": "^5.2.8",
"@fontsource/twinkle-star": "^5.2.8",
"@types/react": "^18.3.29",
"@types/react-dom": "^18.3.7",
"astro": "^5.18.2",
"astro-compressor": "^1.3.0",
"astro-icon": "^1.1.5",
"astro-lazy-youtube-embed": "^0.5.5",
"astro-microsoft-clarity-integration": "^1.1.7",
"classnames": "^2.5.1",
"gsap": "^3.15.0",
"platform": "^1.3.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@iconify-json/fa6-brands": "^1.2.6",
"@pagefind/default-ui": "^1.5.2",
"@playwright/test": "^1.60.0",
"@tailwindcss/typography": "^0.5.19",
"@types/bun": "^1.3.14",
"@types/platform": "^1.3.6",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"pagefind": "^1.5.2",
"postcss-nesting": "^13.0.2",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
},
"lint-staged": {
"*.{astro,cjs,css,js,json,jsx,md,mjs,ts,tsx,yaml,yml}": "prettier --write"
},
"overrides": {
"defu": "^6.1.7",
"devalue": "^5.6.4",
"fast-uri": "^3.1.2",
"h3": "^1.15.9",
"mdast-util-to-hast": "^13.2.1",
"postcss": "^8.5.10",
"rollup": "^4.59.0",
"smol-toml": "^1.6.1",
"svgo": "^4.0.1",
"tar": "^7.5.11",
"undici": "^7.24.0",
"vite": "^6.4.2",
"yaml": "^2.8.3"
}
}