Finished Blockly prototype, updated project template json

This commit is contained in:
Richard Osborne
2026-01-12 13:23:12 +01:00
parent a64e113189
commit 39fe8fba27
34 changed files with 3652 additions and 196 deletions

13
package-lock.json generated
View File

@@ -2302,6 +2302,18 @@
"resolved": "https://registry.npmjs.org/@better-scroll/shared-utils/-/shared-utils-2.5.1.tgz",
"integrity": "sha512-AplkfSjXVYP9LZiD6JsKgmgQJ/mG4uuLmBuwLz8W5OsYc7AYTfN8kw6GqZ5OwCGoXkVhBGyd8NeC4xwYItp0aw=="
},
"node_modules/@blockly/theme-dark": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/@blockly/theme-dark/-/theme-dark-8.0.3.tgz",
"integrity": "sha512-ZS2jE9TpmQpxyP0jNpaEgTaEUJFYG885/kNiI9fImKWBHvjFxhyiwtn9UtLUPM07b/btbVWHNB+W7ZQoEbXxBA==",
"license": "Apache-2.0",
"engines": {
"node": ">=8.17.0"
},
"peerDependencies": {
"blockly": "^12.0.0"
}
},
"node_modules/@codemirror/autocomplete": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.20.0.tgz",
@@ -29563,6 +29575,7 @@
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@babel/parser": "^7.28.5",
"@blockly/theme-dark": "^8.0.3",
"@electron/remote": "^2.1.3",
"@jaames/iro": "^5.5.2",
"@microlink/react-json-view": "^1.27.0",