|
@@ -14,6 +14,7 @@
|
|
|
"@docusaurus/theme-mermaid": "^3.7.0",
|
|
|
"@mdx-js/mdx": "^3.0.0",
|
|
|
"@mdx-js/react": "^3.0.0",
|
|
|
+ "abcjs": "^6.4.4",
|
|
|
"clsx": "^2.0.0",
|
|
|
"docusaurus-lunr-search": "^3.3.2",
|
|
|
"docusaurus-plugin-matomo": "^0.0.8",
|
|
@@ -21,6 +22,7 @@
|
|
|
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
|
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0",
|
|
|
+ "react-piano": "^3.1.3",
|
|
|
"react-player": "^2.14.1"
|
|
|
}
|
|
|
},
|
|
@@ -4812,6 +4814,16 @@
|
|
|
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
|
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
|
|
|
},
|
|
|
+ "node_modules/abcjs": {
|
|
|
+ "version": "6.4.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/abcjs/-/abcjs-6.4.4.tgz",
|
|
|
+ "integrity": "sha512-dT3Z2vb8yihbiPMzSoup0JOcvO2je4qpFNlTD+kS5VBelE3AASAs18dS5qeMWkZeqCz7kI/hz62B2lpMDugWLA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/paulrosen"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/accepts": {
|
|
|
"version": "1.3.8",
|
|
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
|
|
@@ -10493,6 +10505,12 @@
|
|
|
"graceful-fs": "^4.1.6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/just-range": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/just-range/-/just-range-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-JKHygNvIu+tX/+oOI+zNznQE0M8jM241fsjuac2i9OBlIXD7w4CGGuakXYc6Dne5vv9pEXgmCv8+WEFKwiGFTg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/keyv": {
|
|
|
"version": "4.5.4",
|
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
@@ -10631,6 +10649,12 @@
|
|
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
|
|
|
},
|
|
|
+ "node_modules/lodash.difference": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/lodash.memoize": {
|
|
|
"version": "4.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
|
|
@@ -17622,6 +17646,21 @@
|
|
|
"url": "https://opencollective.com/unified"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/react-piano": {
|
|
|
+ "version": "3.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-piano/-/react-piano-3.1.3.tgz",
|
|
|
+ "integrity": "sha512-5SDFzprP+ICEMOJRkB0iqHo1qGcZpinRJ0ZW4HZu0pT6NftK+MpVN19VhXzd+MMN9C7QyGNB0nO4nd/cpGko/Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "classnames": "^2.2.6",
|
|
|
+ "just-range": "^2.1.0",
|
|
|
+ "lodash.difference": "^4.5.0",
|
|
|
+ "prop-types": "^15.6.2"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/react-player": {
|
|
|
"version": "2.14.1",
|
|
|
"resolved": "https://registry.npmjs.org/react-player/-/react-player-2.14.1.tgz",
|