Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
300 changes: 264 additions & 36 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
},
"dependencies": {
"@microbit/microbit-universal-hex": "^0.2.2",
"@types/node": "^22.13.14",
"@webcontainer/api": "^1.5.3",
"abstract-syntax-tree": "^2.22.0",
"ace-builds": "^1.39.1",
"ace-linters": "^1.5.2",
"arraybuffer-loader": "^1.0.6",
"autoprefixer": "^9.0.1",
"balance-text": "^3.3.1",
Expand All @@ -48,6 +53,7 @@
"dapjs": "^2.3.0",
"es6-object-assign": "^1.1.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"fs": "^0.0.1-security",
"get-float-time-domain-data": "^0.1.0",
"get-user-media-promise": "^1.1.4",
"immutable": "^3.8.2",
Expand All @@ -62,12 +68,14 @@
"minilog": "^3.1.0",
"omggif": "^1.0.9",
"papaparse": "^5.3.0",
"path": "^0.12.7",
"postcss-import": "^12.0.0",
"postcss-loader": "4.3.0",
"postcss-simple-vars": "^5.0.1",
"prop-types": "^15.5.10",
"query-string": "^5.1.1",
"raw-loader": "^4.0.0",
"react-ace": "^14.0.1",
"react-contextmenu": "^2.9.4",
"react-draggable": "^3.0.5",
"react-ga": "^2.5.3",
Expand All @@ -82,6 +90,7 @@
"react-virtualized": "^9.20.1",
"redux": "^3.7.2",
"redux-throttle": "^0.1.1",
"request": "^2.88.2",
"scratch-audio": "^2.0.0",
"scratch-blocks": "^1.1.6",
"scratch-l10n": "^5.0.0",
Expand All @@ -91,9 +100,12 @@
"scratch-storage": "^4.0.0",
"scratch-svg-renderer": "^3.0.0",
"scratch-vm": "^5.0.0",
"scratch-vm-local": "file:../scratch-vm-local",
"startaudiocontext": "^1.2.1",
"style-loader": "4.0.0",
"to-style": "^1.3.3",
"ts-node": "^10.9.2",
"uuid": "^11.1.0",
"wav-encoder": "^1.3.0",
"xhr": "^2.5.0"
},
Expand Down
Loading
Loading