repl build config without externals

This commit is contained in:
Felix Roos 2023-12-15 10:37:24 +01:00
parent f6b1e13113
commit 46bfd74e8d
4 changed files with 27 additions and 13 deletions

View file

@ -34,14 +34,15 @@
"homepage": "https://github.com/tidalcycles/strudel#readme",
"dependencies": {
"@strudel.cycles/core": "workspace:*",
"@strudel.cycles/midi": "workspace:*",
"@strudel.cycles/mini": "workspace:*",
"@strudel.cycles/soundfonts": "workspace:*",
"@strudel.cycles/tonal": "workspace:*",
"@strudel.cycles/transpiler": "workspace:*",
"@strudel.cycles/webaudio": "workspace:*",
"@strudel/codemirror": "workspace:*",
"@strudel/hydra": "workspace:*",
"@strudel.cycles/soundfonts": "workspace:*",
"@strudel.cycles/midi": "workspace:*"
"rollup-plugin-visualizer": "^5.8.1"
},
"devDependencies": {
"vite": "^4.3.3"