mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 09:06:10 +00:00
- Bump package.json and Webamp.VERSION to 2.3.0 - Move changelog Unreleased items into 2.3.0 section - Update "unreleased" references in docs to v2.3.0 - Switch all examples from renderWhenReady to renderInto - Update multipleMilkdropPresets to use stable @^2 instead of @next - Update lazy example to webamp@^2.3.0 - Update release skill with version bump and changelog steps Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
445 B
JSON
22 lines
445 B
JSON
{
|
|
"name": "lazy",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.8.3",
|
|
"vite": "^7.0.4"
|
|
},
|
|
"dependencies": {
|
|
"butterchurn": "3.0.0-beta.5",
|
|
"butterchurn-presets": "3.0.0-beta.4",
|
|
"jszip": "^3.10.1",
|
|
"music-metadata": "^11.6.0",
|
|
"webamp": "^2.3.0"
|
|
}
|
|
}
|