diff options
| author | julian laplace <julescarbon@gmail.com> | 2025-07-07 14:41:20 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2025-07-07 14:41:20 +0200 |
| commit | 95a494a5570ba7933943cfe2093f1357c5f087f4 (patch) | |
| tree | c99ecbcf879bf567dfff66f3825a10ea7a5d26c2 /package.json | |
| parent | 966e3b080f039fa1c62113e75e1e1481d7e19439 (diff) | |
number sequences
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 5541dcb..9a9b124 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,10 @@ }, "dependencies": { "compute-gcd": "^1.2.1", + "core-js": "^3.43.0", + "immutable": "^5.1.3", "local-ssl-proxy": "^2.0.5", + "regenerator-runtime": "^0.14.1", "tone": "^0.10.0", "webmidi": "^3.1.12" } |
