mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
* Webamp optionally fully contained into a DOM element * Fix spelling * Reenable updating search index for uploads * Replace contained flag on renderWhenReady with a new method. Add docs --------- Co-authored-by: Jordan Eldredge <jordan@jordaneldredge.com>
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"name": "contained",
|
|
"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": {
|
|
"webamp": "^2.2.0"
|
|
}
|
|
}
|